Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Blocker
-
Resolution: Unresolved
-
Component/s: workflow-job-plugin
-
Labels:None
-
Environment:Jenkins 2.138.2 and 2.138.3
-
Similar Issues:
Description
We had this issue since 2.138.2, now we are on 2.138.3
When running a build, its always ignoring the local parameters and its always taking into consideration only the global parameters. This makes it impossible for us to run builds with different parameters as they will always only follow the global parameters.
The only way this could work is when there is no global parameters. If there is only Local parameters then they wont be overriden.
Attachments
Issue Links
- is related to
-
JENKINS-44425 global variables overwrite node variables
-
- Open
-
- relates to
-
JENKINS-64597 Jenkins docker plugin global variables override image arguments
-
- Open
-
Jan Bottek Thanks for you reply. We are currently following a different approach to fixing this, because of some other issues the pipeline job might cause. We decided to include the variables in the Jenkinsfile script as a temporary approach until this issue is resolved.