Skip to content

IBM DevSecOps Reference Implementation - CD Pipeline

The CD pipeline deploys the application to the production environments of specific tenants. For compliance reasons it needs to be triggered manually and the promotion pipeline needs to be run before.

Step 1: Trigger manually the CD pipeline for certain tenant.

Step 2: The CI pipeline reads the configuration. Either Kubernetes or OpenShift can be used; in a shared cluster or isolated clusters for tentants.

The configuration is read:

Step 3: Repos are cloned:

Step 4: The delta is calculated, since only changes are deployed. Additionally security checks are performed again.

Step 5: The actual deployment is performed.

Step 6: The application can be opened.

Step 7: Data is collected.