Is there a Hudson plugin which would allow me to create a “trend” graph for build times for all jobs/projects in a view?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)
(source: hudson-ci.org)