From fe08549ded2122ec970661a153e9b4733bb0396e Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 18 Jun 2023 20:23:02 -0400 Subject: [PATCH] Build scripts: disable concurrent builds --- scripts/sunnypilot/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) 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 {