Skip to content

Commit

Permalink
[CI] Enable previous build abort when new commit pushed (#5041)
Browse files Browse the repository at this point in the history
* Enable previous build abort when new commit pushed

Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
  • Loading branch information
SeanNaren committed Sep 29, 2022
1 parent d3a12aa commit 386fb50
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 @@ -8,7 +8,7 @@ pipeline {
}
options {
timeout(time: 2, unit: 'HOURS')
disableConcurrentBuilds()
disableConcurrentBuilds(abortPrevious: true)
}

stages {
Expand Down

0 comments on commit 386fb50

Please sign in to comment.