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()