From 65c01d510a29e69a0e2d152f51d24a49be6cd129 Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Thu, 30 May 2024 17:01:41 +0800 Subject: [PATCH] init commit --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..b376802 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,8 @@ +@Library('jgpl') _ +webPipeline([ + onBuildInstallShell:{-> + return """ + pnpm install --no-prefer-frozen-lockfile + pnpm run build || echo 'Ignore build error !!!' + """} +]) \ No newline at end of file