DATACMNS-1536 - Disable concurrent builds.

This commit is contained in:
Greg Turnquist
2019-05-28 08:55:44 -05:00
parent efa529a7a6
commit 88cfab4bcc

4
Jenkinsfile vendored
View File

@@ -5,6 +5,10 @@ pipeline {
pollSCM 'H/10 * * * *'
}
options {
disableConcurrentBuilds()
}
stages {
stage("Test") {
parallel {