diff --git a/Jenkinsfile b/Jenkinsfile index 9e27f65..d5c17b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { git clone https://git.tech4biz.wiki/jassim/cicid.git cd cicid git checkout main - /usr/bin/yarn install + yarn install EOF ''' }