From 167801743cd70e8b200ba973f475da29e859400a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 10 Nov 2023 15:18:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=95=9C=E5=83=8F=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E5=90=8E=E8=A7=A6=E5=8F=91standalone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 40fdbaa70a..3c2d6a3b0b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -124,7 +124,7 @@ pipeline { when { expression { def reg = "^\\d+\\.\\w+\$" - return env.REVISION.matches(reg) + return env.REVISION.matches(reg) && env.BUILD_SDK == 'false' } } steps {