Streamline the Development Lifecycle with CI Visibility
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
The Delivery tab in Software Catalog helps you assess and optimize your service’s pre-production status by providing insights into CI pipelines and static analysis violations.
With Delivery, you can:
- Monitor the performance of CI pipelines related to your services.
- Identify security and code quality issues from Static Analysis.
- Troubleshoot pre-production slowdowns and failures.
- Track Change Lead Time by integrating with DORA Metrics.
By default, your service is linked to CI pipelines through its repository URL. To add or remove a pipeline associated with your service:
Click on your service in Software Catalog to open the service side panel, click on the Ownership tab, and find the edit options for Entity Metadata.
Note: This is only available for Software Catalog schema v2.2.
Edit the service metadata to add or remove a pipeline:
Edit in UI: Find the Software Delivery section, then search for and select the pipelines you want to associate with the service.
Edit in GitHub: Manually add a pipeline fingerprint under ci-pipeline-fingerprints
in the service metadata YAML file (see this example). To find a pipeline’s fingerprint, go to the Pipelines page, click on the pipeline, and select the gear icon.
For more details on CI status and static analysis violations for the pipelines associated with a particular service, click on the service and navigate to the Delivery tab.
Further reading