diff --git a/Jenkinsfile b/Jenkinsfile index b3ac29b..0245fae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ pipeline { agent any + options { disableConcurrentBuilds() } stages { stage('Packaging') { steps {