Are you using Jenkins Pipeline ?
If yes, an "input" step exists to add a manual approval at any time during
your workflow (or pipeline, as you want) :
https://jenkins.io/doc/pipeline/steps/pipeline-input-step/#input-wait-for-interactive-input
=>
https://github.com/jenkinsci/pipeline-plugin/blob/ma
Hi,
I am developing a little workflow through jenkins jobs. Now I need to
submit manually after a job has succeeded. So for example: Job -> manual
submit -> job 2. I thought this could be accomplished with a button or
something else. Is this possible, e.g. with a plugin?
Best regards,
Wuz
--