diff --git a/Jenkinsfile b/Jenkinsfile index 566f72222..9a34d2db2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,10 @@ pipeline { upstream(upstreamProjects: "spring-data-commons/1.13.x", threshold: hudson.model.Result.SUCCESS) } + options { + disableConcurrentBuilds() + } + stages { stage("Test") { parallel {