Re: To kick off a build on all slaves

2012-02-22 Thread Patrick Renaud
You are right, the Matrix Projects configuration does the trick. Tx for the hint! :-) The only drawback with that approach is that I cannot just specify the slave label that needs to be traversed. Instead I have to explicitly list all the slaves that need to be visited by the admin task. This s

Re: To kick off a build on all slaves

2012-02-21 Thread Glfk4rt
Is this a use for "Multi-Configuation" or Matrix projects? I don't have any but, it sounds like one to me. Rodney On Tue, Feb 21, 2012 at 12:58 PM, Patrick Renaud wrote: > I need to run an administrative task on all my slaves that match a certain > category. The pooling functionality gives me th

To kick off a build on all slaves

2012-02-21 Thread Patrick Renaud
I need to run an administrative task on all my slaves that match a certain category. The pooling functionality gives me the ability to run a build on *any* slave matching the criteria (say, any LINUX slave). But what about the ability to run on **all** slaves matching that criteria?