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