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' } }