diff --git a/Jenkinsfile b/Jenkinsfile index b2243aa9f..37e404b3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stages{ stage('Git Clone'){ steps { - git url: 'https://github.com/wodnr533/spring-petclinic.git' + git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' } } stage('Maven Build'){