fix concurrent build cancellation (#32224)

fix concurrent builds
old-commit-hash: f072b7b8a0
pull/32199/head
Justin Newberry 1 year ago committed by GitHub
parent 4a7ef34c28
commit 8065945b58
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save