ci: 修复 Jenkinsfile — Type Check 和 Publish 阶段补充 log 包路径
SNAPSHOT 和正式发布时 MOD_LOG 勾选后 packages/log 不会被跳过 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
10454b4152
当前提交
9870a0a368
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -167,6 +167,7 @@ pipeline {
|
|||||||
update: 'packages/update',
|
update: 'packages/update',
|
||||||
xwebview: 'packages/xwebview',
|
xwebview: 'packages/xwebview',
|
||||||
license: 'packages/license',
|
license: 'packages/license',
|
||||||
|
log: 'packages/log',
|
||||||
]
|
]
|
||||||
for (mod in selected) {
|
for (mod in selected) {
|
||||||
def dir = dirMap[mod]
|
def dir = dirMap[mod]
|
||||||
@ -213,6 +214,7 @@ pipeline {
|
|||||||
update: 'packages/update',
|
update: 'packages/update',
|
||||||
xwebview: 'packages/xwebview',
|
xwebview: 'packages/xwebview',
|
||||||
license: 'packages/license',
|
license: 'packages/license',
|
||||||
|
log: 'packages/log',
|
||||||
]
|
]
|
||||||
|
|
||||||
for (mod in selected) {
|
for (mod in selected) {
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户