diff --git a/jenkinsfile b/jenkinsfile index 24dfd98bc..038f4a040 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('vcs') { steps { git url: 'https://github.com/Thanushakonda/spring-petclinic.git', - branch: 'devolop' + branch: 'develop' } } stage('build and package') {