I have jenkins pipeline with 3 jobs. The first one is run using SCM polling, the second one is triggered automatically and the third one is run manually. Is it possible for the third job to let the user type build parameters?
0
votes
1 Answers
1
votes
Take a look at the Jenkow plugin; it's a little heavyweight, but is the only way I know to include manual steps in Jenkins job pipelines.