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