Re: Using all agents available

2013-05-03 Thread Hari Kodungallur
Thanks Scott. This works only partially. I can get it to build on all slaves that are in the pool. But I would like it to build only on all *available* slaves. That is, if I have [slave1, slave2, slave3] in the pool and if slave1 is currently doing a different build, I want the my build to use sla

Re: Using all agents available

2013-04-30 Thread Hari Kodungallur
Thank you much Scott. I don't quite understand it fully -- expected as I don't understand the Jenkins terminology yet. Let me try out whatever you mentioned and I will send updates / follow up questions after that. Thanks, -Hari On Tue, Apr 30, 2013 at 11:45 AM, Scott Evans wrote: > Just pu

Re: Using all agents available

2013-04-30 Thread Scott Evans
Just put a label on the agents and assign both the build and test jobs to that label and it should work just as you expect. Note that unless you use a matrix configuration, a job will only use one agent at a time, so you'd want to look into matrix jobs if you have several sets of tests you want to

Using all agents available

2013-04-30 Thread Hari Kodungallur
Hello, I am a new Jenkins user. I am looking through tools that have a support for the following functionality or similar. I want to configure a pool of agents that can either do builds or tests. But when a particular type of test comes in, I would like to use all available agents and kick off