diff --git a/jenkinsfiles b/jenkinsfiles index e460b7cd7..ea0bbe777 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -7,7 +7,7 @@ pipeline { } stages { stage('git') { - steps {git url: 'https://github.com/spring-projects/spring-petclinic.git',branch: 'main' + steps {git url: 'https://github.com/SandeshKutwade/spring-petclinicDemo.git',branch: 'main' } }