Skip to content

Commit

Permalink
[CI] Enable previous build abort when new commit pushed (NVIDIA#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>
Signed-off-by: Matvei Novikov <mattyson.so@gmail.com>
  • Loading branch information
SeanNaren authored and jubick1337 committed Oct 3, 2022
1 parent ffdc52a commit 00a0c68
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 00a0c68

Please sign in to comment.