Re: Regex on jenkins label expression

2016-08-05 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin Also supports starting multiple builds on different nodes I think. > On 05.08.2016, at 08:40, Baptiste Mathus wrote: > > Even if it could, this wouldn't do what you think. This field is to be read > as "here's the requireme

Re: Regex on jenkins label expression

2016-08-04 Thread Baptiste Mathus
Even if it could, this wouldn't do what you think. This field is to be read as "here's the requirement to find *one* node that would match". That would not start a build on all the matching nodes. For doing this, there're two typical ways: * Matrix project, where you define those axes then all com

Regex on jenkins label expression

2016-08-04 Thread Mona Pinjani
In job configuration, there is a checkbox "Restrict where this project can be run". If you select it, there is an input field about Label Expression. Is there a way to insert of regex there, and not the exact name? I need to build a job on more than one docker image. I tried many combinations (p