diff --git a/Jenkinsfile b/Jenkinsfile index 71e06ea..d298752 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,2 @@ @Library('jgpl_6.5') _ -webPipeline([ - onBuildInstallShell:{-> - return """ - pnpm install --no-frozen-lockfile - pnpm run build || echo 'Ignore build error !!!' - """} -]) \ No newline at end of file +webPipeline() \ No newline at end of file