diff --git a/Jenkinsfile b/Jenkinsfile index 149b89c2b..1dfb4eafe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages{ stage('Git Clone'){ steps { - git url: 'https://github.cin/wodnr533/spring-petclinic.git', branch: 'main' + git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' } } }