9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
|
@Library('jgpl') _
|
||
|
webPipeline([
|
||
|
onBuildInstallShell:{->
|
||
|
return """
|
||
|
pnpm install --no-prefer-frozen-lockfile
|
||
|
pnpm install vue-template-compiler@2.6.14
|
||
|
pnpm run build || echo 'Ignore build error !!!'
|
||
|
"""}
|
||
|
])
|