fix: 增加jenkins文件

catl
sqlnice 2024-05-23 09:46:24 +08:00
parent bef2af0d1a
commit 18198466d6
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored Normal file
View File

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