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 {