diff --git a/Jenkinsfile1 b/Jenkinsfile1 index 9b005c9b2..b2f3308f1 100644 --- a/Jenkinsfile1 +++ b/Jenkinsfile1 @@ -7,7 +7,7 @@ pipeline { stages { stage('vcs') { steps { - git url: 'https://github.com/shaiksohail11/spring-petclinic.git' + git url: 'https://github.com/shaiksohail11/spring-petclinic.git', branch: 'main' }