I have a jenkins instance running around 200 jobs. What I need is a plugin to show the build statistics for all the jobs.
Searched a lot, but couldn't find a proper report plugin. Please help
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).
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.
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/ .
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With