Get build information from jenkins using rest api -


i want retrieve build summary last 3 days jenkins using rest api's , save result xml file, how can proceed this?

you read full guide in:

http://your_jenkins:8080/job/your_job/api/ 

the build sumary in xml format:

http://your_jenkins:8080/job/your_job/api/xml 

retrieve name of first 10 builds

http://your_jenkins:8080/job/your_job/api/xml?%20tree=jobs[name]{0,10} 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -