cmc-web/Jenkinsfile

14 lines
254 B
Groovy

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