From bcbb9344f7c971bd188115d55e5d565bbcba31cf Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 7 Feb 2024 12:42:51 +0100 Subject: [PATCH] Jenkinsfile: disable concurrent builds (#86510) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 49f54a9..13c620b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ pipeline { agent any + options { disableConcurrentBuilds() } stages { stage('Unit Tests') { steps {