From 3f08ba33422454aa41a22846de680d2a4cbe3393 Mon Sep 17 00:00:00 2001 From: venkat Date: Sun, 10 Feb 2019 15:33:47 +0530 Subject: [PATCH] Updated correct git path --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){