fix concurrent build cancellation (#32224)

fix concurrent builds
This commit is contained in:
Justin Newberry
2024-04-16 16:10:03 -07:00
committed by GitHub
parent 713b7e90c2
commit f072b7b8a0

2
Jenkinsfile vendored
View File

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