From ab34a99dce0083681f3ef5835710a879f38e39f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Thu, 22 Aug 2024 17:47:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89=20jenkins=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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