diff --git a/Jenkinsfile b/Jenkinsfile index 1815f0a2d..776862b7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('git') { steps { + git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git' } } stage('build') {