Hello all,
I am very new to Jenkins and the plugin environment. I want to display the average wait time, build time across all jobs and all builds on a given Jenkins Master for a given time period - lets say last 7 days.
I have been looking in to the following 2 plugins
1. build-metrics-plugin
2.
global-build-statsIs it possible to generate the statistics that I need using these 2 plugins? Or is my only option is to write code to call Jenkins API to retrieve this information recursively and do the calculation myself.
Any help is much appreciated.
--su