8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
@Library('jgpl') _
|
||
|
webPipeline([
|
||
|
onBuildInstallShell:{->
|
||
|
return """
|
||
|
pnpm install --no-frozen-lockfile
|
||
|
pnpm run build || echo 'Ignore build error !!!'
|
||
|
"""}
|
||
|
])
|