From c24e0c0a83f28fbe392d61902e6b739a8b44cad3 Mon Sep 17 00:00:00 2001 From: senatorovv <61406888+senatorovv@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:35:10 +0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }