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