[JENKINS-50365] Reload pipeline script without executing the job
Author: jenkins-infra-botCreated Mar 23, 2018Updated Sep 17, 2026
Labelsimported-jira-issuecomponent:coreresolution:unresolvedpriority:majorcomponent:pipeline
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".
--- Originally reported by mrmunch, imported from: Reload pipeline script without executing the job- status: Reopened
- priority: Major
- component(s): core, pipeline
- resolution: Unresolved
- votes: 25
- watchers: 36
- imported: 2025-11-24
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".Source: jenkinsci/jenkins