cmc-web/Jenkinsfile

7 lines
125 B
Plaintext
Raw Normal View History

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