cop-web/Jenkinsfile

8 lines
216 B
Plaintext
Raw Permalink Normal View History

2024-03-14 03:36:22 +00:00
@Library('jgpl') _
webPipeline([
onBuildInstallShell:{->
2024-03-14 06:19:13 +00:00
return """
pnpm install --no-prefer-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""}
2024-03-14 03:36:22 +00:00
])