-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 2.176.2
Windows 10
Internet Explorer, Firefox, Chrome
Plugin version 1.72
I created a project to run on agents. The project causes the agent's workspace to be updated with the latest from Perforce (SCM software).
The project has:
- Allow multi node selection for concurrent builds configured
- Execute concurrent builds if necessary configured.
- Restrict whre this project can be run disabled.
Master has 8 executors, slaves have 1 executor
If I select master, node1 and node2 - only master runs.
All should run.
If I select node1 and node - node 1 runs, and once that finishes node2 runs.
node1 and node2 should run at the same time on the two agent nodes.