init commit
parent
a1dd0964e9
commit
65c01d510a
|
@ -0,0 +1,8 @@
|
||||||
|
@Library('jgpl') _
|
||||||
|
webPipeline([
|
||||||
|
onBuildInstallShell:{->
|
||||||
|
return """
|
||||||
|
pnpm install --no-prefer-frozen-lockfile
|
||||||
|
pnpm run build || echo 'Ignore build error !!!'
|
||||||
|
"""}
|
||||||
|
])
|
Loading…
Reference in New Issue