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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2268a2c6-5a0b-4bf1-a949-0a3204caa80b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to