jenkinsci / jenkinsci/nodelabelparameter-plugin
[JENKINS-45924] issues in passing node parameter plugin in pipeline
- Dominant language
- Java
- Stars
- 28
- Forks
- 59
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
In pipeline it has to execute on multiple nodes parallel based on selection of node parameter possible nodes option.
Used org.jvnet.jenkins.plugins.nodelabelparameter.NodeParameterValue('UPSTREAM_NODE', '', 'EQA') it is executing only on one node, it should execute on all nodes defined in label.

Based on the selection it should execute on all the selected nodes from the above picture.
---
Originally reported by rmahesh, imported from: issues in passing node parameter plugin in pipeline
Raw content of original issue
In pipeline it has to execute on multiple nodes parallel based on selection of node parameter possible nodes option.
Used org.jvnet.jenkins.plugins.nodelabelparameter.NodeParameterValue('UPSTREAM_NODE', '', 'EQA') it is executing only on one node, it should execute on all nodes defined in label.
Based on the selection it should execute on all the selected nodes from the above picture.
1 attachment
- [image-2017-08-02-12-26-18-520.png](https://issues.jenkins.io/secure/attachment/39119/image-2017-08-02-12-26-18-520.png)
> 
Contributor guide
Research direction
Start by reproducing the pipeline behavior with org.jvnet.jenkins.plugins.nodelabelparameter.NodeParameterValue using the UPSTREAM_NODE parameter and EQA label. Trace how the nodelabelparameter-plugin handles selected nodes; done means the pipeline executes in parallel on all nodes defined by the selected label rather than only one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100