Configure and run predefined continuous integration and delivery (CI/CD) pipelines that automatically build, test, and deploy your code changes to speed up your development and delivery cycles.
For links to all SAP solutions for CI/CD, blog posts, presentations, and tutorials, have a look at our Continuous Integration and Delivery by SAP overview.
Continuous integration (CI) describes a software development process, in which various team members integrate their contributions frequently into a single main line. Before each integration, the changes are verified through builds and automated testing. Thereby, you can detect errors as quickly as possible and prevent integration problems before completing the development.
The continuous delivery (CD) concept expands on the one of continuous integration. It adds the aspect that any change that has successfully passed the tests is immediately ready to be deployed to production, both from a technical and a qualitative point of view.
The following graphic shows the basic flow for continuous integration and delivery:
Continuous Integration Basic Flow
For more information about the continuous integration and continuous delivery concepts, see What Are Continuous Integration and Continuous Delivery?.
Depending on your use case, you can choose between different CI/CD pipelines to help you implement continuous integration and delivery in your software development.
SAP Continuous Integration and Delivery lets you configure and run predefined pipelines for the development of the following applications:
-
SAP Cloud Application Programming Model
Configure a CI/CD pipeline for the development of applications that follow the SAP Cloud Application Programming Model in the Cloud Foundry runtime.
-
Configure an SAP Fiori in the Cloud Foundry Environment
Configure a CI/CD pipeline for the development of SAPUI5/SAP Fiori applications in the Cloud Foundry runtime.
-
Configure an SAP Fiori for the ABAP Platform
Configure a CI/CD pipeline for the development of SAPUI5/SAP Fiori applications for the ABAP platform.
-
Configure an SAP Integration Suite Artifacts
Configure a CI/CD pipeline for the development of SAP Cloud Integration artifacts in the Cloud Foundry runtime.
-
Configure a Container-Based Applications
Configure a CI/CD pipeline for the development of container-based applications.
To learn more about the CI/CD pipelines supported by SAP Continuous Integration and Delivery and the stages each pipeline can comprise, see Supported Pipelines.
SAP Continuous Integration and Delivery provides an easy, UI-guided way to set up the service and configure and run your pipelines, without hosting your own Jenkins instance.
To set up SAP Continuous Integration and Delivery:
- Enable the service in the SAP BTP cockpit.
- Assign either the Administrator or Developer role to your user.
- Enable the API usage to connect SAP Continuous Integration and Delivery to other services, if necessary.
To configure SAP Continuous Integration and Delivery:
Only administrators of SAP Continuous Integration and Delivery can configure the service.
-
Configure credentials for connecting SAP Continuous Integration and Delivery to other services (for example, GitHub, GitLab, Bitbucket Server, or Azure Repos to clone your sources, and SAP BTP to deploy your built application).
-
Add your repository.
Now you can create and modify your CI/CD jobs and monitor their outcome. If you want to automate your builds, you can configure a webhook between your repository and the service. You can create and modify timed triggers for your jobs, if necessary.
For more information, see Initial Setup and Configuration.
Integrate the Terraform module, which uses the Terraform provider for SAP BTP, into CI/CD pipelines, so you can automate the provisioning of resources needed to create a Kyma cluster, deploy applications, run tests, and tear down the resources when they are no longer required. As there is no need to have resources running continuously, this approach reduces operational costs.
See Terraforming Kyma Runtimes.
Depending on your learning goals and level of expertise, you can choose from the following offerings:
-
This openSAP course introduces general DevOps approaches and key principles. Learn about the basic CI/CD principles (week 1) and how to deliver cloud applications using CI/CD (week 3).
-
Continuous Integration and Delivery Introduction Guide
The CI/CD Introduction Guide provides you with basic knowledge for setting up and implementing continuous integration and delivery processes. It gives an overview of the concepts and principles of CI/CD, explains both procedures and their relation, and helps you plan your own CI/CD process.