cmc-web/Jenkinsfile

10 lines
183 B
Groovy

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