Skip to content

Commit 4dcf6c9

Browse files
committed
Build only latest version of PR
1 parent 53633e9 commit 4dcf6c9

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
@@ -2,6 +2,7 @@ pipeline {
22
options {
33
timeout(time: 2, unit: 'HOURS')
44
buildDiscarder(logRotator(numToKeepStr:'10'))
5+
disableConcurrentBuilds(abortPrevious: true)
56
}
67
agent {
78
kubernetes {

0 commit comments

Comments
 (0)