Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the duration of a build in jenkins

Tags:

jenkins

In the jenkins dashboard there is a column for the duration of the last build.

How do i get the duration of a build which is not the last build?

like image 237
David Michael Gang Avatar asked Dec 26 '22 15:12

David Michael Gang


2 Answers

If you click on the trend link on the top right corner of the 'Build History' box if will show you the duration of all jobs, this is handy to see how the current running job compares to previous jobs execution time.

like image 181
jasonoriordan Avatar answered Jan 09 '23 12:01

jasonoriordan


Go the the job build history and its in the top right corner

enter image description here

like image 24
GrahamA Avatar answered Jan 09 '23 11:01

GrahamA