On Wed, Jul 30, 2014 at 5:15 PM, Salim Fadhley <[email protected]> wrote: > What'd really want is a change to the /build and /buildWithParmeters so that > instead of just returning an HTTP status code, I'd like to see some more > detailed status. It ought to be able to identify the queue item or ongoing > build that was generated as a result of attempting to start the job.
It already returns the queue item information, which allows you to track the item through to an actual build (if it is ever scheduled). The “Perform a build” section of the documentation page found from the “REST API” link on a job’s index page gives details. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
