From a2d641dd31de44139c912efaac3f9804ba78c583 Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Thu, 22 Aug 2024 17:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AD=90=E6=A8=A1=E5=9D=97in?= =?UTF-8?q?stall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5bcf6fa..ba8fb23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,13 +1,2 @@ @Library('jgpl_6.5') _ -webPipeline([ - cmpOnBuildInstallShell: {-> - return """ - pnpm install - """ - }, - smsOnBuildInstallShell: {-> - return """ - pnpm install - """ - }, -]) +webPipeline()