diff --git a/Jenkinsfile b/Jenkinsfile index 88eb186..2e4df2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,8 @@ pipeline { name: 'Please confirm you agree with this' ]]) } + } catch(FlowInterruptedException) { + echo "This job timed out" } catch(err) { // input false echo "This Job has been Aborted" }