chore: 修改 jenkins 配置
parent
3acda9f196
commit
c1af207b5e
|
@ -1,2 +1,8 @@
|
||||||
@Library('jgpl_6.5') _
|
@Library('jgpl_6.5') _
|
||||||
webPipeline()
|
webPipeline([
|
||||||
|
onBuildInstallShell:{->
|
||||||
|
return """
|
||||||
|
pnpm install --no-frozen-lockfile
|
||||||
|
pnpm run build || echo 'Ignore build error !!!'
|
||||||
|
"""}
|
||||||
|
])
|
Loading…
Reference in New Issue