CI/CD Pipelines

The CI/CD Pipeline tab within a deployment stage of a product feature gives you a real-time and historical view of how every technology in the stage is built and deployed. It offers both real-time and historical visibility into pipeline executions across supported tools such as Jenkins and GitHub Actions. Each pipeline entry shows important information such as the build number, latest commit ID, status, and time of execution, so you can easily trace which code changes were deployed. You can search and filter pipelines by technology name or technology title to quickly access relevant builds. From this unified interface, you can open the underlying CI/CD job, track progress step-by-step, and monitor overall pipeline health analytics to ensure consistent and reliable delivery across environments.

Working with the CI/CD Pipeline View

The CI/CD Pipeline view provides a visual and interactive way to track your build and deployment progress in real time. Each technology is represented as a horizontal sequence of predefined stages.

As soon as a CI pipeline starts, its live progress becomes visible on the CI/CD Pipeline tab. The continuous integration and deployment for each technology is represented as a virtual pipeline composed of multiple predefined stages (for example, Initialization, Build, Unit Tests, SonarQube Scan, and Deploy, among others).

On this screen, you can do the following:

CI/CD Pipeline Stages

The continuous integration and deployment for each technology is represented as a virtual pipeline composed of multiple predefined stages. These stages differ slightly depending on whether Jenkins or GitHub Actions is configured as the CI/CD tool.

Related Topics Link IconRecommended Topics

What's next? Managing Source Code