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