RE: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-20 Thread Vladimir Zak
te: Wed, 20 Jan 2016 00:42:06 -0800 From: jule...@googlemail.com To: jenkinsci-users@googlegroups.com Subject: Re: Run job on ALL cloud (i.e. Docker) slaves including a given label Hi Vladimir, thank you very much for your detailed explanation. I just set up my Jenkins according to your screensh

Re: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-20 Thread Julianus Pfeuffer
rdparty" > labels. > > See attachments. I hope it is clear. > > Best regards, > > Vladimir > > > > > > > -- > Date: Tue, 19 Jan 2016 08:13:43 -0800 > From: jul...@googlemail.com > To: jenkins...@googlegroups.com &

Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-19 Thread Julianus Pfeuffer
Hello everybody, currently I am desperately looking for a way to create a Jenkins job that, when launched, will be executed concurrently on ALL slaves matching a label (or better a set of labels). Usually (but not exclusively) my slaves will be cloud based. That means they should be fired up

Re: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-19 Thread Eric Pyle
I believe the problem is that Jenkins will not run multiple instances of a job with identical parameters. There have been posts on this list recently of users who solve this problem by adding an extra parameter which is unique for each job instance. Regards, Eric On 1/19/2016 11:13 AM,

RE: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-19 Thread Vladimir Zak
Vladimir Date: Tue, 19 Jan 2016 08:13:43 -0800 From: jule...@googlemail.com To: jenkinsci-users@googlegroups.com Subject: Run job on ALL cloud (i.e. Docker) slaves including a given label Hello everybody, currently I am desperately looking for a way to create a Jenkins job that, when

Re: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-19 Thread Jason Swager
Take a look at the NodeLabel Parameter plugin (https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin). This offers a way to start a job with a parameter that is a label and the job can run on all matching slaves. On Tuesday, January 19, 2016 at 8:13:43 AM UTC-8, Julianus