fix concurrent build cancellation (#32224)

fix concurrent builds
old-commit-hash: f072b7b8a0
This commit is contained in:
Justin Newberry 2024-04-16 16:10:03 -07:00 committed by GitHub
parent 4a7ef34c28
commit 8065945b58
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -230,7 +230,7 @@ node {
]))
}
if (env.branch != "master") {
if (env.BRANCH_NAME != "master") {
props.add(disableConcurrentBuilds(abortPrevious: true))
}