Skip to content

Commit 82e12b3

Browse files
committed
abortPrevious: true
1 parent 20f4474 commit 82e12b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pipeline {
22
options {
3+
disableConcurrentBuilds abortPrevious: true
34
buildDiscarder(logRotator(numToKeepStr: '20'))
45
timeout(time: 1, unit: 'HOURS')
56
}

0 commit comments

Comments
 (0)