子模块单独构建参数

develop
Hoshi 2024-08-20 22:41:17 +08:00
parent ce3177b9e1
commit 81411d1133
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
@Library('jgpl_6.5') _
webPipeline(
webPipeline([
cmpOnBuildInstallShell: {
return """
pnpm install
pnpm install url-loader
"""
},
)
])