Oh! I didn't know about that one. I'll have to start making use of it. Thanks for the pointer!
Cheers, Ben On Mon, Mar 3, 2014 at 5:08 AM, Geoff Cummings <[email protected]> wrote: > > You can use the Random String Parameter as an easy way to have unique > parameters per build > > https://wiki.jenkins-ci.org/display/JENKINS/Random+String+Parameter+Plugin > > > On Mon, Mar 3, 2014 at 10:18 AM, Benjamin Lau <[email protected]> > wrote: >> >> I'm assuming all of these have the same parameters or are not >> parameterized at all. Due to this the queue will be culled by Jenkins >> such that only each unique job will appear in the queue. >> >> Marc MacIntyre (in the thread about for loops the other day) suggested >> the following to compensate for this: >> Depending on your job, you'll want to add some kind of bogus parameter >> to the jobs to prohibit deduplication, since Jenkins can coalesce jobs >> that are run with the same parameters in the queue. I use the current >> system time in millis. >> >> That will probably solve your problem. >> >> Cheers, >> Ben >> >> On Mon, Mar 3, 2014 at 1:32 AM, Jayaprakash D B <[email protected]> >> wrote: >> > Hi, >> > >> > I have a project where we submit number of builds. As of now, I can see >> > only >> > two jobs in the queue:one the running one and other the queued one. I >> > want >> > to queue more than one job in a particular queue. Is it possible? >> > >> > Thanks, >> > JP >> > >> > -- >> > 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/groups/opt_out. >> >> -- >> 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/groups/opt_out. > > > -- > 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/groups/opt_out. -- 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/groups/opt_out.
