Scenario
In this exercise, you will enable the SAP Continuous Integration and Delivery (CI/CD) service for your project.
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.
Continuous delivery (CD) 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.
For more information about CI/CD such as CI principles and process flows, see:
Task Flow
In this exercise, you will perform the following tasks:
- Subscribe to SAP Continuous Integration and Delivery.
- Assign the Administrator role to your user.
Prerequisite
You have connected your CAP project to your GitHub repository.