Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hudson Build-Time Trend Plugin?

Is there a plugin which would allow me to create a "trend" graph for a hudson build which shows the build time for that project?

I'm tasked with speeding up the build and I'd like to show a nice trend as I speed it up.

like image 962
SamBeran Avatar asked Nov 20 '09 19:11

SamBeran


People also ask

How many builds are included in the build trend for each Jenkins project?

The UI is limited to 30 builds.

How do I get total build time in Jenkins?

You can use ${currentBuild. durationString} to get build duration.


1 Answers

This is supported out of the box: http://SERVER/hudson/job/JOBNAME/buildTimeTrend

enter image description here

like image 101
Pascal Thivent Avatar answered Sep 21 '22 13:09

Pascal Thivent