From a81c615514d7ab225a74b15498e807e2365e2bcf Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:37:55 +0530 Subject: [PATCH] Update Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1815f0a2d..776862b7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('git') { steps { + git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git' } } stage('build') {