csc-web/Jenkinsfile

8 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-05-18 08:53:20 +00:00
@Library('jgpl') _
webPipeline([
onBuildInstallShell:{->
return """
pnpm install --no-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""}
])