From 1200323bd22ac1663eb8234c4939214386016936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 7 Aug 2024 15:59:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20jenkins=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..d58b43b --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,7 @@ +@Library('jgpl') _ +webPipeline([onBuildInstallShell:{-> + return """ + pnpm install -no-frozen-lockfile + pnpm run build || echo 'Ignore build error !!!' + """ +}]) \ No newline at end of file