Hello all,

My task is the following: I have X different scripts. I need to run them on 
different servers simultaneously:
- each script should be executed only once;
- it doesn't matter on which node it executed;
- each node should handle not more than one script simultaneously. [*]

My current task on Jenkins (multiconfiguration):
Configuration Matrix -> User-defined Axis -> here is my list of scripts
Configuration Matrix -> Label expression -> here is my list of nodes in 
this format: node1||node2||node3

Current problem: this task uses all available executors, but I need only 
one execution within single node at the same time (see [*]).
Plugin/option "Throttle Concurrent Builds" doesn't work for my task. :(

Anyone know how to achieve that?

-- 
Sergey

Reply via email to