cmc-web/Jenkinsfile

10 lines
181 B
Groovy

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