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 {