cmc-web/Jenkinsfile

14 lines
254 B
Plaintext
Raw Normal View History

2024-08-20 12:20:15 +00:00
@Library('jgpl_6.5') _
2024-08-20 14:41:17 +00:00
webPipeline([
2024-08-20 14:42:17 +00:00
cmpOnBuildInstallShell: {->
2024-08-20 14:36:40 +00:00
return """
pnpm install
"""
},
2024-08-20 15:05:14 +00:00
smsOnBuildInstallShell: {->
return """
pnpm install
"""
},
2024-08-20 14:41:17 +00:00
])