From 5b9233766ce3106ccf6ad6e6de2435e46a0d33fa Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 28 May 2019 09:21:23 -0500 Subject: [PATCH] DATAJPA-1545 - Disable concurrent builds. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9d25faed3..bbd7e8a11 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,10 @@ pipeline { upstream(upstreamProjects: "spring-data-commons/2.1.x", threshold: hudson.model.Result.SUCCESS) } + options { + disableConcurrentBuilds() + } + stages { stage("Test") { parallel {