diff --git a/Jenkinsfile b/Jenkinsfile index 2733978e..ce6b5e86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ pipeline { agent any + options { disableConcurrentBuilds() } stages { stage('Unit Tests') { steps {