Skip to content

Commit 27b2a28

Browse files
committed
Disable concurrent builds
1 parent 862a761 commit 27b2a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ def projectProperties = [
55
[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', numToKeepStr: '5']],
66
[$class: 'PipelineTriggersJobProperty', triggers: [
77
[$class: 'GitHubPushTrigger']
8-
]]
8+
]],
9+
[$class: 'DisableConcurrentBuildsJobProperty'],
910
]
1011

1112
properties(projectProperties)

0 commit comments

Comments
 (0)