modification v3 jenkins

This commit is contained in:
Jazze7 2024-11-06 11:07:50 +05:30
parent 36888b453d
commit 69e6186282

1
Jenkinsfile vendored
View File

@ -33,6 +33,7 @@ pipeline {
# Navigate to the workspace or create it if it doesn't exist
mkdir -p ${REMOTE_WORKSPACE}
cd ${REMOTE_WORKSPACE}
rm -rf cicid
git clone https://git.tech4biz.wiki/jassim/cicid.git
cd cicid
git checkout main