How can I find the jenkins job that were last build 30 days ago -


team,

i want find out jobs in jenkins build 30 days ago , have not build since 30 days.

is there rest api or can me that.

jenkins api: {jenkins_url}/job/{job_name}/api/json?tree=allbuilds[url,result,timestamp,name,description,actions]
give builds ran far job. , can iterate json using java or preferred code language match search criteria in case timestamp.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -