From c1af207b5e8b846a9093343f097ffe0cbb8fb7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Thu, 22 Aug 2024 17:17:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20jenkins=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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