Hello,
We have a artifact cache cleaning job that uses the multi-configuration's "configuration matrix" to select slaves to run on (via the "slaves" axis). Unfortunately we have to manually select slaves and if a new one is added then remember to select that one as well; we'd like to automate this. I thought about using the "node label" in the "slaves" axis but that ends up only running on one of the nodes for the selected label.
Can I pass a parameter list to the multi-configuration project and then have it use that as an axis upon which it'll decide which slaves to run a job on? (a job DSL job would construct that parameter). Or is there some other mechanism by which to run a script on a given list of slaves?
Thanks,
Fred.