子模块单独构建参数

develop
Hoshi 2024-08-20 22:36:40 +08:00
parent 13d5de5f54
commit ce3177b9e1
1 changed files with 6 additions and 3 deletions

9
Jenkinsfile vendored
View File

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