CI Pipeline Logs¶
The CI pipeline logs in Choreo offer detailed insights into the build process of your components. These logs are divided into three main sections:
- Initialization
This section captures logs related to setting up the environment for the build process. During this stage, the component.yaml file is validated to ensure it meets the necessary requirements.
- Build
This step involves the actual build process. Here, you can view logs specific to your component's build. Additionally, a Trivy vulnerability scan is performed to identify any potential vulnerabilities in the built image.
- Finalization
This section includes logs related to the final steps of the build process. It involves cleaning up the build environment, marking the completion of the build.
To view the build pipeline logs, follow these steps:
- Sign in to the Choreo Console.
- In the Choreo Console, select the appropriate Organization, Project, and Component from the top navigation menu.
Note
Build pipeline logs are accessible only at the component level.
- In the left navigation menu, click on DevOps and then click on CI Pipelines to view a list of builds for the selected component.
- Click on the View Details button corresponding to the build you wish to inspect. This will display the detailed logs for that specific build.