Build markers

Package build markers overview and details

Overview

Build markers are indicators of warnings and errors that occur during the process of generating a build package. They serve as essential pointers to issues that may affect the quality and functionality of the build package.

Understanding and addressing build markers is crucial for maintaining the quality and reliability of your build packages. They provide valuable insights into potential issues that require attention during the development and deployment process.

Please note build markers are only generated by Build and Deploy or Build jobs.

Build marker types

Build markers refer to the following:

Warnings

Warnings typically indicate issues that don't prevent the build from completing but should be addressed.

Errors

Unlike warnings, errors signify critical issues that can prevent the build from succeeding.

How to access

You can easily access the Build Markers Overview from various locations within the Cloud Control Center:

Warning or Error Badges

Throughout the Cloud Control Center, you'll encounter warning and error badges associated with build jobs. Clicking on these badges will lead you to the Build Markers Overview, where you can explore the details of warnings and errors.

Package Details Quality Reports

In the Package Details page, there is a dedicated Quality Reports tab. Clicking on this tab allows you to access the Build Markers Overview. Here, you can get a comprehensive view of the build markers associated with your package.

Last updated