diff --git a/Jenkinsfile b/Jenkinsfile index d298752..71e06ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,8 @@ @Library('jgpl_6.5') _ -webPipeline() \ No newline at end of file +webPipeline([ + onBuildInstallShell:{-> + return """ + pnpm install --no-frozen-lockfile + pnpm run build || echo 'Ignore build error !!!' + """} +]) \ No newline at end of file