diff --git a/Jenkinsfile b/Jenkinsfile index cd806c9dc..5b3152801 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,10 @@ pipeline { pollSCM 'H/10 * * * *' } + options { + disableConcurrentBuilds() + } + stages { stage("Test") { parallel {