-
Bug
-
Resolution: Unresolved
-
Major
When trying to manually build a Multi-configuration project with parameters the build never gets past the Queue phase. Attempted to create a 2nd project that will trigger the multi-configuration project on a different node from master and same result. If parameters are removed the build will run on all nodes selected without issue.
Job Config:
Checked -> Parameterized
Name: HOST_NAME
Default Nodes: master
Possible Nodes: [Selected Nodes]
Allow multi node selection concurrent builds
Node eligibility: Ignore Offline Nodes
Checked -> Execute concurrent builds if necessary
No Advanced Project Options (Restrict, Quiet, Retry, Blocking, Custom)
Source Code Management: GIT
Configuration Matrix
Slaves ->
Name: label
Node/Label: Individual Nodes (Valid Nodes selected)
Build:
Powershell Scripts
Post Build:
Editable Email Notification (Default Settings)
Queue Message:
#4 (pending—Waiting for next available executor on [Node Name]) [NodeParameterValue: HOST_NAME=[Node Name]
All the Executors are open and other jobs can be ran on the selected Nodes.
- is related to
-
JENKINS-22502 Matrix parent occupies an executor and blocks child jobs from execution if appropriate slave becomes online after matrix job was already in the queue
- Resolved