mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
fix concurrent build cancellation (#32224)
fix concurrent builds old-commit-hash: f072b7b8a0ca7220b4a6a99edd6e472cb6282b78
This commit is contained in:
Vendored
+1
-1
@@ -230,7 +230,7 @@ node {
|
||||
]))
|
||||
}
|
||||
|
||||
if (env.branch != "master") {
|
||||
if (env.BRANCH_NAME != "master") {
|
||||
props.add(disableConcurrentBuilds(abortPrevious: true))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user