modification v6 jenkins

This commit is contained in:
Jazze7 2024-11-06 11:28:12 +05:30
parent fef76e2858
commit e3fedf8d71

2
Jenkinsfile vendored
View File

@ -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
'''
}