From 18198466d60f1c72637df666478a999a34748b46 Mon Sep 17 00:00:00 2001 From: sqlnice <472252510@qq.com> Date: Thu, 23 May 2024 09:46:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0jenkins=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 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..e12a121 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,8 @@ +@Library('jgpl') _ +webPipeline([ + onBuildInstallShell:{-> + return """ + pnpm install --no-frozen-lockfile + pnpm run build || echo 'Ignore build error !!!' + """} +]) \ No newline at end of file