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