init commit

develop
Hoshi 2024-05-30 17:01:41 +08:00
parent a1dd0964e9
commit 65c01d510a
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-prefer-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""}
])