Jenkins

This panel provides an overview of the data extracted from Jenkins instances.

Metrics

From left to right and top to bottom, the metrics provided are:

  • Summary: total numbers of builds, jobs, nodes and build durations.
  • Results: a pie chart that summarizes the proportions of the build results (success, failure, unstable, aborted).
  • Nodes: a table that details the number of builds and durations per node.
  • Builds over time: a bar chart that shows the evolution of builds over time.
  • Active nodes over time: a bar chart that shows the evolution of active nodes over time.
  • Builds: a table that provides details about the single builds.
  • Projects and Builds: a pie chart that highlights the number of builds per project.
  • Export results: a link to a specific dashboard to export the builds data.

Files

To use this dashboard with your own GrimoireLab deployment you need to:

Index Pattern   Dashboard
Index Pattern —– Dashboard


Command line instructions

Once you have the data in place, if you need to manually upload the dashboard execute the following commands:

kidash -e https://user:pass@localhost:443/data --import jenkins-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import jenkins.json

Edit this doc