From 137082b2d209138db224ddfa8faae31778afac4e Mon Sep 17 00:00:00 2001 From: Yeshwanth351 <75407470+Yeshwanth351@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:58:58 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 937d56cc2..e0c7d9214 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - git branch: 'main', url: 'https://github.com/Yeshwanth351/spring-petclinic.git' + git branch: 'Yeshwanth351-patch-1', url: 'https://github.com/Yeshwanth351/spring-petclinic.git' } } }