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