On Mon, Jul 20, 2015 at 1:14 PM, <[email protected]> wrote: > The best solution I can think of right now is to generate a random string to > be used as an ID. Post that ID as a parameter than use the API to find which > build has that matching ID. Thoughts?
Run.queueId (in newer Jenkins versions) exists for this purpose already. The HTTP response from scheduling the build specifies the queue ID. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2RKC2zAOcvd2z94CJjrcMB%3DT3gH1y3cFzzDj0VhEp72A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
