cmc-web/Jenkinsfile

10 lines
179 B
Groovy

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