Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Build Stability/Statisitics Report plugin

Tags:

I have a jenkins instance running around 200 jobs. What I need is a plugin to show the build statistics for all the jobs.

  1. Total Builds for each project
  2. Failures
  3. Success
  4. Average time per build.

Searched a lot, but couldn't find a proper report plugin. Please help

like image 228
Upen Avatar asked Aug 15 '14 18:08

Upen


People also ask

How do I get Jenkins build metrics?

Go to "Manage Jenkins". You should see an icon of Jenkins with a little data grid in front. Click that and it will take you to the Built Metrics Search screen (see below).

How do I fix Jenkins build failure?

In Jenkins, in the pipeline where the failure occurred, in the navigation pane, click Rebuild. In the Rebuild page, select the ReRun check box , and click Rebuild.

What is HPI in Jenkins?

The Maven HPI Plugin is used to build and package Jenkins plugins. It also provides a convenient way to run a Jenkins instance with your plugin: mvn hpi:run. To learn more about Maven HPI Plugin and the goals it provides, see its documentation. This will set up a Jenkins instance on http://localhost:8080/jenkins/ .


1 Answers

These are few which you can look depending on how much customization/features you want to do/display:

https://wiki.jenkins-ci.org/display/JENKINS/Global+Build+Stats+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/build-metrics-plugin
https://wiki.jenkins-ci.org/display/JENKINS/Project+Statistics+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/eXtreme+Feedback+Panel+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/InfluxDB+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/CouchDB+Statistics+Plugin

And there is Dashboard-View too.

like image 122
Technext Avatar answered Sep 17 '22 09:09

Technext