cmc-web/Jenkinsfile

10 lines
179 B
Plaintext
Raw Normal View History

2024-08-20 12:20:15 +00:00
@Library('jgpl_6.5') _
2024-08-20 14:36:40 +00:00
webPipeline(
cmpOnBuildInstallShell: {
return """
pnpm install
2024-08-20 14:19:03 +00:00
pnpm install url-loader
2024-08-20 14:36:40 +00:00
"""
},
2024-08-20 14:19:03 +00:00
)