I need to get the list of all future (queued) builds of a specific project. My first course was the REST API (http://my-ci-server/job/my-job/api/json), but it only shows the current executing build and the next one to be executed. The rest of the queue is not returned by the API. In the web UI, all builds are shown. I played a bit with groovy but did not see any matching field in the Java class 'hudson.model.FreeStyleProject'.
Please advise - REST API is preferred, but groovy is welcome as well. Thanks, Amir -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
