Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Purpose

Build Results shows the distribution of builds by status (success, fail, abort, and few more) on a daily basis within 1 month up to the current day. Ideal target for this chart is all success (means no failures) for each day. 

How this metric helps

Build failures are inevitable, especially when multiple builds are generated in a single day. By tracking failures, you can quickly identify the changes that led to the failure and resolve them more quickly. In a wider sense the metric shows how healthy a deployment process is, and how effective your developers are at resolving and preventing failures.

The metric is extremely helpful at a stabilization phase of a project/release when bug fixing takes place.

How it works

Chart Overview

Chart displays a number of builds by status (Axis Y) on day-by-day timeline (Axis X). Legend on the top shows the number of builds resulted in success, failure or any other status for the current day.

2018-06-04_10-39-37.png

Calculation Formula

At the chart a count of builds by status is shown for each day.

Data Source

Data for the metric may be collected from Jenkins/GITLab CI.


  • No labels