From 0e5afd693715ca81dbe8bbdca1bc46067000a88e Mon Sep 17 00:00:00 2001 From: Prasanna Date: Sun, 1 Sep 2024 17:14:13 +0530 Subject: [PATCH] Changed jenkinsfile pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14c9c93b4..b263ea53c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node('build-jdk17-mvn3.9.4_1') { stage('git') { - git 'https://github.com/Gitprasannag17/spring-petclinic-pras.git' + git 'https://github.com/spring-projects/spring-petclinic.git' } stage('build') { sh 'mvn clean package'