cmc-web/Jenkinsfile

7 lines
125 B
Groovy

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