Hi all, I would like to launch a job multiple times simultaneously (using "Execute concurrent builds if necessary" option ticked) *with a delay* using REST API. No problem to launch a build with a delay : http://jenkins-url/job/myjob/build?delay=600 for example.
1 - If someone launchs directly the job using Jenkins UI, during the delay period, the manual trigger is taking precedence and the delayed build is replaced by the new one. Even if "Execute concurrent builds if necessary" is ticked. 2 - If another build is triggered using a different delay, the second build is not considered, except if the delay is greater than the first delayed build. In this case, the first delayed build is replaced by the new one. Is-it normal ? How can I accomplish the expected behaviour ? I would like to launch job multiple time , each time with a different delay, or without delay (concurrent builds). Thanks! Michaël -- 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.
