From 7027254d8f5eae588546a5eb1c561900744c1077 Mon Sep 17 00:00:00 2001 From: ametgud4u <64977602+ametgud4u@users.noreply.github.com> Date: Sat, 23 May 2020 00:33:02 +0530 Subject: [PATCH] new url --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b932e765..3d1849e64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ node('jfrognew'){ stage('scm'){ - git 'https://github.com/ametgud4u/Devops.git' + git 'https://github.com/ametgud4u/spring-petclinic.git' } stage('build'){ @@ -14,4 +14,4 @@ node('jfrognew'){ archiveArtifacts 'target/*.jar' } -} \ No newline at end of file +}