Re: force a a job run on every node

2012-10-03 Thread phil swenson
Just got it going. I switched from using labels in the Configuration Matrix to Individual Nodes and it works. Not sure why, but I'm happy On Wed, Oct 3, 2012 at 3:46 PM, Richard Lavoie wrote: > Matrix build should let you run a job multiple times and iirc there is > aplugin to add a node label

Re: force a a job run on every node

2012-10-03 Thread Richard Lavoie
Matrix build should let you run a job multiple times and iirc there is aplugin to add a node label axis (might be node label plugin) On 2012-10-03, at 17:26, phil swenson wrote: > well, it's not running on every node. I kick off a job and it only > goes to one node. > > so still stuck…. >

Re: force a a job run on every node

2012-10-03 Thread phil swenson
well, it's not running on every node. I kick off a job and it only goes to one node. so still stuck…. On Wed, Oct 3, 2012 at 3:21 PM, phil swenson wrote: > trying a multi-configuration build now. think this will give me what i want > > On Wed, Oct 3, 2012 at 2:54 PM, phil swenson wrote: >> I'

Re: force a a job run on every node

2012-10-03 Thread Slide
You may want the node-label plugin. On Wed, Oct 3, 2012 at 2:21 PM, phil swenson wrote: > trying a multi-configuration build now. think this will give me what i > want > > On Wed, Oct 3, 2012 at 2:54 PM, phil swenson > wrote: > > I'm using gradle and periodically I need to run a specific task

Re: force a a job run on every node

2012-10-03 Thread phil swenson
trying a multi-configuration build now. think this will give me what i want On Wed, Oct 3, 2012 at 2:54 PM, phil swenson wrote: > I'm using gradle and periodically I need to run a specific task on > every node to clean out the cache. > > Is there a way I can force a job to run on all nodes? > >

force a a job run on every node

2012-10-03 Thread phil swenson
I'm using gradle and periodically I need to run a specific task on every node to clean out the cache. Is there a way I can force a job to run on all nodes? thanks