From 9870a0a36886562406cb78a14dacb5c2fbf346fd Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Tue, 16 Jun 2026 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20Jenkinsfile=20?= =?UTF-8?q?=E2=80=94=20Type=20Check=20=E5=92=8C=20Publish=20=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E8=A1=A5=E5=85=85=20log=20=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SNAPSHOT 和正式发布时 MOD_LOG 勾选后 packages/log 不会被跳过 Co-Authored-By: Claude Sonnet 4.6 --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index caadeff..f12537c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -167,6 +167,7 @@ pipeline { update: 'packages/update', xwebview: 'packages/xwebview', license: 'packages/license', + log: 'packages/log', ] for (mod in selected) { def dir = dirMap[mod] @@ -213,6 +214,7 @@ pipeline { update: 'packages/update', xwebview: 'packages/xwebview', license: 'packages/license', + log: 'packages/log', ] for (mod in selected) {