Hi all,
I am trying to use priority plugin, so this is my scenario:
- there are 4 different jobs doing different things
- one slave with 4 executors
I am setting the throttle for each job to max builds-1, max node-0
Now I start builds for each job with priority 4, each of them pick up one
exec
I am using a build flow job, in which I trigger multiple builds of job
using the parallel closure.
Now when I abort my build flow job, the builds already started or running
from the parallel enclosure continue to execute.
Does anyone know how to stop these initiated builds.
Any help would be app
Hi,
I have job which accepts path as parameter.
I need to manipulate this value and get the file name and store it as a
parameter for the same job so that it can be used while sending
notification about the job and this new parameter can also be stored along
with the existing ones.
has anyone
Hi,
I am trying to understand how fair queuing and weighted fair queuing works.
I set the priority strategy as Absolute and started multiple builds of the
a single job with different priorities and teh jobs queued up in the
priority order and not he order in which they were started as expected
Hi,
I am also looking for something same, were you able to get this working.
Please let me know.
Thanks.
On Monday, 21 November 2011 18:26:28 UTC-5, msr wrote:
>
> Hi,
>
> I have a scenario where I need some extra functionality when there are
> multiple jobs pending in a build queue.
>
> 1. I woul