modification v5 jenkins

This commit is contained in:
Jazze7 2024-11-06 11:23:23 +05:30
parent 362bdd08be
commit fef76e2858

3
Jenkinsfile vendored
View File

@ -37,8 +37,7 @@ pipeline {
git clone https://git.tech4biz.wiki/jassim/cicid.git git clone https://git.tech4biz.wiki/jassim/cicid.git
cd cicid cd cicid
git checkout main git checkout main
npm install --global yarn /usr/bin/yarn install
yarn install
EOF EOF
''' '''
} }