diff --git a/Jenkinsfile b/Jenkinsfile index fe42526..7a5b84f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,9 @@ currentBuild.result = "SUCCESS" try { node { + options { + timeout(time:5, units: 'MINUTES') + } stage 'Checkout' checkout scm checkoutDir = pwd()