The SAP Continuous Integration and Delivery service just reached a new stage of its evolution: Up until now, the available pipelines were made of a fixed set of building blocks, such as: build, test, scan your code and deploy. You could choose which ...
This blog post is about a new scenario enabled by SAP Continuous Integration and Delivery service: Running continuous integration pipelines to deploy SAP Fiori applications to on-premises ABAP systems.
Scale up development of Fiori extension for the ...
This blog post tells the story of how we tackled a particular Java memory issue which caused our Cloud Foundry applications to crash. The issue itself might be rather special, but the principles and techniques we used can be applied in a broader cont...
We recently did some testing to understand how our application behaves in the event of database outages. To do so, we just blocked all network traffic to the HANA instance. Since we had set connection and communication timeouts, the expectation was t...
Hi Joseph, you mention that you were missing documentation on how to use "SAP Continuous Integration and Delivery" for your scenario. That is interesting feedback for us, because we try to improve our documentation.
Could you give us some hints w...
Hi Weikun,at the moment, that is unfortunately not possible. You could download your "mta.yaml" using an "additional command", but it will not available in the top level folder of the repository. This means the build stage will not pick it up.We migh...
Hi martinfrick
thanks for trying it out! You're right, installing and running docker does not work, because it requires root access and other privileges which we currently cannot grant due to security reasons. There is however our so Container based...