From 8f85f8c5d33c89e5bd0900b34d1481a0ac8a4abf Mon Sep 17 00:00:00 2001 From: Jazze7 Date: Tue, 5 Nov 2024 16:48:01 +0530 Subject: [PATCH] change in jenkins --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a5ec583..f43ebc6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,10 +20,7 @@ pipeline { # Navigate to the workspace or create it if it doesn't exist mkdir -p ${REMOTE_WORKSPACE} cd ${REMOTE_WORKSPACE} - # Clone the repository if it does not exist - if [ ! -d "cicid" ]; then - git clone https://git.tech4biz.wiki/jassim/cicid.git - fi + git clone https://git.tech4biz.wiki/jassim/cicid.git cd cicid git checkout main yarn install