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'