Thanks for the "outside the node" tip. 

Case 1, subsequent job steps are performed where case 3 they are not. So 
default of running job if no further further human input is given is to 
just do A,B.

On Tuesday, May 31, 2016 at 11:44:06 AM UTC-7, Baptiste Mathus wrote:
>
> 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] <javascript:>>:
>
>> 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] <javascript:>.
>> 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/1ac10094-9fef-4461-a74f-09ff06317111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to