views:

607

answers:

2

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.

+16  A: 

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

alt text

Pascal Thivent
Just in case, it's the link "(trend") next to "Build History" on the left side in the box.
mark
A: 

Beside the build # and duration, is there a way to put the build date-time stamp in the build trend report?

This is useful for triaging the build performance issues that occur at certain time. Having the time stamp next to the build # helps in identifying the pattern and correlating with other activities that are happening in the build system/infrastructure.

Thanks!

You should open a new question and not use StackOverflow like a discussion forum.
William Leara