更新 Jenkinsfile

This commit is contained in:
LiJiLong 2026-01-26 10:46:48 +00:00
parent b32d352959
commit bb4501608d

2
Jenkinsfile vendored
View File

@ -73,7 +73,7 @@ pipeline {
# 复制 shared 包和 Docker 配置
if [ -d shared ]; then
cp -r shared/* build-output/shared/*
cp -r shared/* build-output/
fi
cp package.json build-output/