From 2df674d353e9e204376b267bcef6a274fcd8b6f4 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 360911a00..022aa4879 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,10 @@ pipeline { upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS) } + options { + disableConcurrentBuilds() + } + stages { stage("Test") { parallel {