diff --git a/Jenkinsfile b/Jenkinsfile index e446da6a2..b334f53ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Checkout Source') { steps { - git 'https://github.com/Bravinsimiyu/jenkins-kubernetes-deployment.git' + git 'https://github.com/senatorovv/spring-petclinic.git' } }