fix concurrent build cancellation (#32224)

fix concurrent builds
pull/32226/head
Justin Newberry 1 year ago committed by GitHub
parent 713b7e90c2
commit f072b7b8a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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))
}

Loading…
Cancel
Save