DATAJPA-1545 - Disable concurrent builds.

This commit is contained in:
Greg Turnquist
2019-05-28 09:21:23 -05:00
parent fd9712801c
commit 225abdccf4

4
Jenkinsfile vendored
View File

@@ -6,6 +6,10 @@ pipeline {
upstream(upstreamProjects: "spring-data-commons/1.13.x", threshold: hudson.model.Result.SUCCESS)
}
options {
disableConcurrentBuilds()
}
stages {
stage("Test") {
parallel {