From e178c91fb419aa9516a9a75e30ad3e968487dc79 Mon Sep 17 00:00:00 2001 From: Henry-0810 Date: Fri, 7 Mar 2025 16:12:56 +0000 Subject: [PATCH] Git checkout changes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6ed1433e..3aecfa056 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Checkout Code') { steps { echo 'Cloning repository from GitHub...' - git branch: '', url: 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git' + git branch: 'cicd-pipeline', url: 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git' } }