Skip to content

Commit

Permalink
fix: abort previous build on Jenkins (eclipse-che#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Nov 10, 2021
1 parent 03c27d6 commit 65ac07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
checkoutToSubdirectory('che-docs')
disableConcurrentBuilds()
disableConcurrentBuilds(abortPrevious: true)
timeout(time: 15, unit: 'MINUTES')
}

Expand Down

0 comments on commit 65ac07f

Please sign in to comment.