diff --git a/Jenkinsfile b/Jenkinsfile index 909fcc3..4087049 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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