modification v4 jenkins

This commit is contained in:
Jazze7 2024-11-06 11:16:35 +05:30
parent 69e6186282
commit 362bdd08be

1
Jenkinsfile vendored
View File

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