子模块单独构建参数
parent
13d5de5f54
commit
ce3177b9e1
|
@ -1,6 +1,9 @@
|
|||
@Library('jgpl_6.5') _
|
||||
webPipeline(onBuildInstallShell:{->
|
||||
webPipeline(
|
||||
cmpOnBuildInstallShell: {
|
||||
return """
|
||||
pnpm install
|
||||
pnpm install url-loader
|
||||
"""}
|
||||
"""
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue