Do you know how to determine each job execution count for given period?
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.
The following XPath expression will return the number of builds with timestamps between
1329817773921and1329834427888for job MyJobName:The timestamps themselves are the standard number of milliseconds since the epoch.
The following XPath can be used to determine the number of different jobs on the server:
The following XPath can be used to determine the name of the third job on the server:
You can write a short shell script that combines those queries executed via
wgetto get the desired result.