From 24b4f9004657a4f7a51b9eca0ca41f8a893be27c Mon Sep 17 00:00:00 2001 From: Gurudatha D <131242246+Guru911@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:03:02 +0530 Subject: [PATCH] Update Jenkinsfile chaged the fork git repo Signed-off-by: Gurudatha D <131242246+Guru911@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91c854f17..12d91e03e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Checkout') { steps { - git 'https://github.com/spring-projects/spring-petclinic.git' + git 'https://github.com/Guru911/spring-petclinic.git' } }