Skip to content

Commit 88cfab4

Browse files
committed
DATACMNS-1536 - Disable concurrent builds.
1 parent efa529a commit 88cfab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ pipeline {
55
pollSCM 'H/10 * * * *'
66
}
77

8+
options {
9+
disableConcurrentBuilds()
10+
}
11+
812
stages {
913
stage("Test") {
1014
parallel {

0 commit comments

Comments
 (0)