diff --git a/Jenkinsfile b/Jenkinsfile index f28eccb87..bc714120d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages{ stage('vcs') { steps { - git branch: 'master', + git branch: 'declarative', url: 'https://github.com/Bharatkumar5690/spring-petclinic.git' } }