Skip to content

Commit bac1e43

Browse files
authored
CBG-4855 Disable concurrent builds for pipeline jobs (#7761)
1 parent d9b3743 commit bac1e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pipeline {
33

44
options {
55
timeout(time: 60, unit: 'MINUTES')
6+
disableConcurrentBuilds(abortPrevious: true)
67
}
78

89
environment {

0 commit comments

Comments
 (0)