Skip to content

Commit 6b3f171

Browse files
disableConcurrentBuilds
disableConcurrentBuilds
1 parent 8c3d3c4 commit 6b3f171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scriptgeneratorJenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ pipeline {
8686
options {
8787
buildDiscarder(logRotator(numToKeepStr:'10'))
8888
timeout(time: 60, unit: 'MINUTES')
89+
disableConcurrentBuilds()
8990
}
9091
}
9192

0 commit comments

Comments
 (0)