CI/CD reports

This topic provides an overview of various widgets/reports related to CI/CD integration. These reports are designed to help users monitor and analyze CI/CD job and pipeline data. They provide insights into pipeline execution counts, durations, and configuration changes.

What is a Pipeline?

Pipelines are used to automate and orchestrate the entire software delivery process. We usually have multiple stages in a pipeline where each stage can contain one or more steps. Stages are typically organized logically such as build, test, deploy, and can be customized to suit the specific needs of a project.

What is a Job?

A Job in SEI is defined as a single run or execution of the pipeline which includes one or more stages such as building artifacts, executing test cases, deploy.

Job or Pipeline Count reports

You can use the following reports on SEI to analyze data related to Job / Pipeline Count from your Deployment/CICD tool.

CICD Job Count Report

This provides information on the total number of jobs executed. The job count information is represented in the Bar chart format. This widget offers a visual representation of job execution counts and supports drill-down for in-depth analysis.

For more information, Go to CI/CD Job Count Report.

CICD Pipeline Jobs Count report

This report provides information on the Total Number of Jobs executed. The data representation format is in the Tile format. The support for drill-down functionality is not available for this report.

Note: For both the Job Count report and Pipeline Jobs Count report the data captured is the same but the representation of the data is different. Also, the Pipeline Jobs Count report does not support the drilldown functionality.

CICD Job Count Trend Report

This report provides the Trend of Total Job Executions. The data representation is in the Line Chart format. It displays the trend of job executions over time but does not support drill-down.

CICD Jobs Count Single Stat

This widget displays the Job Count as a numeric value but does not support drill-down. The data is represented as a Single stat.

Job or Pipeline Duration reports

You can use the following reports on SEI to analyze data related to the duration of Jobs / Pipelines from your Deployment/CICD tool.

CICD Job Duration Report

This report provides information regarding the duration of job execution, including maximum, median, and minimum values. It visualizes job execution duration statistics and supports drill-down for detailed analysis. The data is represented as Bar charts.

CICD Job Duration Single Stat

This widget provides information regarding the duration of job execution, specifically the median or average time. It displays the median or average job execution duration as a numeric value but does not support drill-down. The data is represented as a single stat.

CICD Job Duration Trend Report

This report provides information regarding the trend of job execution duration over time, including minimum, median, and maximum values. The data is represented as a Line graph.

Job or Pipeline Config Change reports

You can use the following reports on SEI to analyze data related to changes in the Job / Pipeline Config from your Deployment/CICD tool.

  • CICD Job Config Change Count report

  • CICD Job Config Change Single Stat

  • CICD Job Config Change Trend report

CICD Job Config Change Count Report

This report provides information regarding changes to job configurations. It displays job configuration change counts and supports drill-down to investigate configuration changes. The data is represented as a Bar chart and is only supported for Jenkins instances.

CICD Job Config Change Single Stat

This widget displays the count of job configuration changes as a numeric value but does not support drill-down. The data is represented as a Single stat and it is only supported for jenkins instances.

CICD Job Config Change Trend Report

This report displays the trend of job configuration changes over time. It does not support drill down functionality. The data is represented as a Line chart and is only supported for Jenkins instances.

Last updated