Well, either you didn't give enough info, or seems quite straightforward.
The human interaction is the input step. Make sure to use it outside a node
{ } to not occupy an agent while waiting for user input.
I don't see the actual difference you mean between your 1st and 3rd case.2016-05-31 20:02 GMT+02:00 Brian Jones <[email protected]>: > I want to have a pipeline where segments of the pipeline are only executed > upon a human decision, possibly hours or days after the job is > started. What is the recommended way to do this using the pipeline plugin? > > pipeline: > > Decide to continue case: > build step A - build step B - < human decision, decide to continue> - > build step C > > Decide not to continue: > build step A - build step B - < human decision, decide to stop> - no > further action > > Ignore job after AB completed: > build step A - build step B - < no further human action with job > - no > further action > > > -- > 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/2268a2c6-5a0b-4bf1-a949-0a3204caa80b%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/2268a2c6-5a0b-4bf1-a949-0a3204caa80b%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/CANWgJS4%3D%3DpnwynhXMuhzCg2i6Mz19VXSWTYrZ1GHb99oAaNHtw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
