scr-web/Jenkinsfile

8 lines
209 B
Plaintext
Raw Permalink Normal View History

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