fix: 增加jenkins文件
parent
bef2af0d1a
commit
18198466d6
|
@ -0,0 +1,8 @@
|
|||
@Library('jgpl') _
|
||||
webPipeline([
|
||||
onBuildInstallShell:{->
|
||||
return """
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm run build || echo 'Ignore build error !!!'
|
||||
"""}
|
||||
])
|
Loading…
Reference in New Issue