Browse Source

DATACMNS-1536 - Disable concurrent builds.

pull/332/head
Greg Turnquist 7 years ago
parent
commit
88cfab4bcc
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save