From fef76e2858ba5708097083031f9531932d085636 Mon Sep 17 00:00:00 2001 From: Jazze7 Date: Wed, 6 Nov 2024 11:23:23 +0530 Subject: [PATCH] modification v5 jenkins --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a0369aa..9e27f65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,8 +37,7 @@ pipeline { git clone https://git.tech4biz.wiki/jassim/cicid.git cd cicid git checkout main - npm install --global yarn - yarn install + /usr/bin/yarn install EOF ''' }