Jenkins is collapsing builds that have the same parameters; to do this, add a new parameter to the job and set it to a different value every time you schedule a build.
On Fri, May 31, 2013 at 7:52 AM, mpapo - Michaël Pailloncy < [email protected]> wrote: > 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. > > > -- Marc MacIntyre -- 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.
