From ef2943eb1ab273d1e8d168a7b0c49899072cf386 Mon Sep 17 00:00:00 2001 From: silvae86 Date: Fri, 6 Oct 2017 18:49:14 +0100 Subject: [PATCH] Disabled Jenkinsfile concurrent builds (only one per branch maximum) --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d9627b40..d71f8279 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ properties( ) pipeline { - agent any agent any options { disableConcurrentBuilds() //each branch has 1 job running at a time