mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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