Jonathan
Jonathan

Reputation: 7098

How to see a historical graph of Jenkins task / build / item duration?

I've seen that perhaps xUnit, TeamCity and possibly JUnit can graph test duration, if you are writing those tests, but how can I graph all of my items historical durations? I know there are some complicated graphing plugins that you can set up, and you can spend time writing out the durations to an extra file, and time binding the performance plugins to those, but I want something "out of the box" that just shows the durations, without writing and reading my own duration caches.

Bonus points if it shows on the main dashboard screen. I see Jenkins has the "Last Duration" on there already, but a sparkline of historical duration would be great

Upvotes: 3

Views: 1894

Answers (1)

Jonathan
Jonathan

Reputation: 7098

Apparently this is built-in to Jenkins. There's a trend button I never noticed in the build history that shows the graph. Would be nice to see a nice sparkline on the dashboard though

enter image description here

enter image description here

Upvotes: 5

Related Questions