On 02/11/2013 06:08 AM, Jiří Sviták wrote:
REST API - this can launch the jobs, but does works only asynchronously, I need to synchronously wait for the result
So poll until it is finished. You would not really want to hold a TCP channel open for the duration of the build anyway (consumes at least a thread on master). -- 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/groups/opt_out.
