DATAJPA-1545 - Disable concurrent builds.

This commit is contained in:
Greg Turnquist
2019-05-28 09:21:23 -05:00
parent f63a509d28
commit 2df674d353

4
Jenkinsfile vendored
View File

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