From 8ce90db357d85002ea13585f86d94b4cbaac8c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 Aug 2021 10:18:29 +0200 Subject: [PATCH] jenkins: disable concurrent builds --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 {