From f5cfad745a5b873e7a523048571ed987b282aca6 Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:39:42 +0530 Subject: [PATCH] update git lin --- jenkinsfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles b/jenkinsfiles index e460b7cd7..ea0bbe777 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -7,7 +7,7 @@ pipeline { } stages { stage('git') { - steps {git url: 'https://github.com/spring-projects/spring-petclinic.git',branch: 'main' + steps {git url: 'https://github.com/SandeshKutwade/spring-petclinicDemo.git',branch: 'main' } }