diff --git a/Jenkinsfile b/Jenkinsfile index 6627c204d..68457a1d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('vcs') { steps { git url: 'https://github.com/shaifalikhan5/spring-petclinic.git', - branch: 'develop' + branch: 'developer' } }