handle timeout exception

This commit is contained in:
Dominik Chilla 2020-07-11 23:39:56 +02:00
parent 765c108d74
commit 9db0035eaa

2
Jenkinsfile vendored
View File

@ -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"
}