Category: github

by The pipeline will wait for 100 seconds before aborting the pipeline if no input is provided. The script block defines a variable proceed, then inside try block it sets the timeout for 100 seconds and asks for the input and if the timeout expires or pipeline is aborted it will go the catch block, set proceed to false and come out. If input provided is Proceed, the pipeline will continue as normal otherwise it will stop but the build status will be marked as Success.

Opinions expressed by DZone contributors are their own.

Related Articles