Re: Choose build slave according to params

2012-07-18 Thread Michele Sacchetti
Hi Krishna thanks for your answer, but it's not what I'm trying to accpmplish. I already have jobs statically assigned to nodes through label, what I want to do is to have a dynamic assignement based on build parameter Actually I'm trying to use this plugin https://wiki.jenkins-ci.org/display/

Re: Choose build slave according to params

2012-07-17 Thread krishna chaitanya kurnala
Hi Michele You can use Labels to just do that. Just group a bunch of Slaves with a common labels, like test/production etc and use the Label in "Restrct where this project can be run" in your Jenkins Job. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 11:32 PM, Michele Sacchetti < michele.sacc

Choose build slave according to params

2012-07-17 Thread Michele Sacchetti
Hi all is there a way/plugin to be able to force build node depending on a build parameter? I have production/staging/test profiles and I'd like to have different slaves in different sub-network to deploy them but I do not want to create 3 different job for this. thanks in advance