sms-web/Jenkinsfile

7 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-05-18 08:53:21 +00:00
@Library('jgpl') _
webPipeline([onBuildInstallShell:{->
return """
pnpm install -no-frozen-lockfile
pnpm run build || echo 'Ignore build error !!!'
"""
}])