chore: 去掉 jenkins 配置回调

develop
时启龙 2024-08-22 17:47:54 +08:00
parent 40d24af3bc
commit ab34a99dce
1 changed files with 1 additions and 7 deletions

8
Jenkinsfile vendored
View File

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