Details
-
Bug
-
Status: Reopened (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
Description
Our build process is split into several parameterized jobs. To make sure that these build steps are executed on a specific node, we defined a parameter with the node name the job should be executed on. Unfortunately the variable doesn't get expanded.
Proposed solution:
Values entered as labels should be expanded.
Attachments
Issue Links
- is related to
-
JENKINS-39451 Add support for dynamically selectable labels to node label plugin
-
- Open
-
We also have this requirement, using variables as content for the node label. The NodeLabel parameter plugin is not a solution as it also doesn't allow the use of variables as the default parameter value, the string entered has to match an existing node name.