Re: How to use the REST API to submit and follow jobs

2013-11-23 Thread Julian Payne
Daniel, That looks like exactly what I need. Thanks for the information. Regards, Julian On Friday, November 22, 2013 11:56:28 AM UTC+1, Julian Payne wrote: > > I am trying to use the REST API to submit a job and follow it's progress. > The problem that I am facing is that I can not see a foo

Re: How to use the REST API to submit and follow jobs

2013-11-22 Thread Daniel Beck
There's a (very) new plugin that seems to do exactly what you want: https://github.com/Spedge/job-run-uuid https://github.com/jenkinsci/job-run-uuid-plugin Its developer wrote on the Jenkins devs list: > The plugin allows you to request a build from the API but it returns a JSON > snippet with

How to use the REST API to submit and follow jobs

2013-11-22 Thread Julian Payne
I am trying to use the REST API to submit a job and follow it's progress. The problem that I am facing is that I can not see a fool-proof way to know what is the job number of the new job when I submit using job/MyJob/buildWithParameters What I get back as JSON is designed for the UI but does n