diff --git a/scripts/sunnypilot/Jenkinsfile b/scripts/sunnypilot/Jenkinsfile index cb692faa0a..7a5e869cbe 100644 --- a/scripts/sunnypilot/Jenkinsfile +++ b/scripts/sunnypilot/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + options { + disableConcurrentBuilds() + } + stages { stage('Build dev-c3') { when {