diff --git a/Jenkinsfile b/Jenkinsfile index f7984f798..dccb03d07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stages { stage ('Build') { steps { - git branch: 'plumber_dmitry', url: 'https://github.com/liatrio/spring-petclinic.git' + git branch: 'master', url: 'https://github.com/liatrio/spring-petclinic.git' sh 'mvn deploy' } }