ci: 镜像结束后触发standalone

This commit is contained in:
CaptainB 2023-11-10 15:18:33 +08:00
parent c3b2d18a06
commit 167801743c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -124,7 +124,7 @@ pipeline {
when { when {
expression { expression {
def reg = "^\\d+\\.\\w+\$" def reg = "^\\d+\\.\\w+\$"
return env.REVISION.matches(reg) return env.REVISION.matches(reg) && env.BUILD_SDK == 'false'
} }
} }
steps { steps {