From 999cbc3da9ac549a454c4cca995d82d54717ac23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 May 2022 09:37:54 +0200 Subject: [PATCH] ci: disable concurrent builds --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index e13be2a..b24cfb3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,9 @@ pipeline { agent any + options { + disableConcurrentBuilds() + } stages { stage('Unit Tests') { steps {