diff --git a/jenkinsfile b/jenkinsfile index 90ede90c5..953c7ece6 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -1,6 +1,6 @@ node { stage('SCM'){ - git 'https://github.com/spring-projects/spring-petclinic.git' + git 'https://github.com/pusa9/spring-petclinic.git' } stage ('build the packages'){