main-web/Jenkinsfile

8 lines
213 B
Plaintext
Raw Normal View History

2024-08-22 09:14:35 +00:00
@Library('jgpl_6.5') _
2024-08-22 09:17:22 +00:00
webPipeline([
onBuildInstallShell:{->
return """
pnpm install --no-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""}
])