chore: 修改 jenkins 配置

develop
时启龙 2024-08-22 17:17:22 +08:00
parent 3acda9f196
commit c1af207b5e
1 changed files with 7 additions and 1 deletions

8
Jenkinsfile vendored
View File

@ -1,2 +1,8 @@
@Library('jgpl_6.5') _
webPipeline()
webPipeline([
onBuildInstallShell:{->
return """
pnpm install --no-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""}
])