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/master/TUTORIAL.md#pausing-flyweight-vs-heavyweight-executors If no, you should really consider using it :-)
2016-12-14 9:33 GMT+01:00 Andreas Wuz <[email protected]>: > 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 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/8613cc52-47e5-4efc-b3e7-81cd22c83f57%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/8613cc52-47e5-4efc-b3e7-81cd22c83f57%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPO77c0Er3YJQ0TfPTrrdqdyNEEsA45U%2Bu%2BvmuAhW%3DauEtQXvg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
