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