fix: 增加 jenkins 文件

时启龙 2024-08-07 15:59:16 +08:00
parent 8af23b331a
commit 1200323bd2
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored Normal file
View File

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