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 +}