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
Hi Vladimir, thank you very much for your detailed explanation. I just set up my Jenkins according to your screenshots. The problem I am having is, that the Node label parameter factory (when given something like docker&) seems to not be able to recognize the node labels of unstarted Docker

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
Hello, I just set it without any problem. You need one job which will trigger the job(s) on all slaves on all nodes with given label(s). 3rdparty_all job triggeres 3rdparty job on all nodes which fit "3rdparty" labels. See attachments. I hope it is clear. Best regards, Vladimir

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