diff --git a/Jenkinsfile b/Jenkinsfile index c26bd2447..6facf1c1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage ('git') { steps { git url: 'https://github.com/Kiranteja623/spring-petclinic.git' - branch: 'develop' + branch: 'main' } } stage ('package') {