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