Comment on page
Triggering CD
After CI pipeline is complete, CD pipeline can be triggered by clicking
Select Image
.
Select an image to deploy and then click
Deploy
to trigger the CD pipeline.
The currently deployed images are tagged as
Active on <Environment name>
.When manual approval is enabled for the deployment pipeline, you are required to request image approval before each deployment. Alternatively, you can only deploy images that have already been approved once.
When no approved image is available or if the image is already deployed, you will not see any image available for deployment upon clicking the
Select Image
button.
To request for image approval, please follow these steps:
- 1.Navigate to
Build & Deploy
page, and click on theApproval for deployment
button.

- 2.Click on
Request Approval
button present on the image for which you want to request approval and the click onSubmit Request
.

NOTE: You have the option to cancel the approval request from the
Approval Pending
section.To approve an image approval request, please follow these steps:
- 1.Go to the
Build & Deploy
page and click the Approval for deployment button.

- 2.Switch to the
Approval Pending
tab. Here, you will find all the images that are awaiting approval. - 3.Click the Approve button, and then Approve Request to grant approval to the request.

By default, super admin users are considered as the default approvers. However, any user can be granted approver permission from the user-access section.
All users with
Approver
permission for the specific application and environment are authorized to approve deployments.Please note that the user who built the image and/or requested approval cannot self-approve, even if they have super-admin privileges.
After the images have been approved, navigate to the
Build and Deploy
tab and click on Select Image
. You will find all the approved images listed under the Approved Images
section. From this section, you can select the desired approved image and deploy it to the environment.
The status of the current deployment can be viewed by clicking App Details that will show the
Progressing
state for 1-2 minutes and then gradually shows Healthy
state, based on the deployment strategy.
Here, triggering CD pipeline is successful and the deployment is in "Healthy" state.
Last modified 3mo ago