Hudson plugin for trend of timings of all jobs in a view
Is there a Hudson plugin which would allow me开发者_如何学Go to create a "trend" graph for build times for all jobs/projects in a view?
It is supported for one job.
But for all jobs, the Global Build Stats Plugin will be able to do that. However, it is not there yet.
Meaning you need to develop your own plugin, based on the Plot Plugin, to vizualise that kind of trend (build times)
alt text http://wiki.hudson-ci.org/download/attachments/2752526/examplePlot.png?version=1&modificationDate=1184536762000
精彩评论