Re: Increase jobs in build queue of a project

2014-03-03 Thread Benjamin Lau
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  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 
> 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 
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Increase jobs in build queue of a project

2014-03-03 Thread Jayaprakash D B
Thanks. Issue resolved

On Monday, 3 March 2014 15:48:40 UTC+5:30, benjamin.a.lau 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 
> > 
> 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 jenkinsci-use...@googlegroups.com . 
> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Increase jobs in build queue of a project

2014-03-03 Thread Geoff Cummings
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 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 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Increase jobs in build queue of a project

2014-03-03 Thread Benjamin Lau
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  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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Increase jobs in build queue of a project

2014-03-03 Thread Jayaprakash D B
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.