I use Jenkins Pipeline with "Pipeline Script from SCM".
In my pipeline script, there is a parameters definition. When I change the parameters in my Jenkinsfile and push the changes to my SCM, the new parameters are not shown up in Jenkins when I click "build with parameters". I have to run the job once with the old configuration and afterwards the new parameters show up.
It would be great if you can provide a possibility to "reload" the Pipeline script (with its new parameters) from scm without executing the Job, e.g. adding a button "reload Jenkinsfile".
- is duplicated by
-
JENKINS-41929 Offer "Build with Parameters" on first build when declarative Jenkinsfile found
-
- Open
-
-
JENKINS-52939 Need to lint pipeline from UI, and also parse parameters
-
- Open
-
[JENKINS-50365] Reload pipeline script without executing the job
Component/s | New: pipeline [ 21692 ] |
Issue Type | Original: New Feature [ 2 ] | New: Bug [ 1 ] |
Link | New: This issue duplicates JENKINS-52939 [ JENKINS-52939 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Resolution | Original: Duplicate [ 3 ] | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Reopened [ 4 ] |
Would the aspect that "parameters are in Jenkinsfile, but don't get used when I run the project" make this considered a bug?