Point ot master

This commit is contained in:
Dmitry 2017-05-08 15:28:52 -07:00
parent 919e7609d6
commit a9e220b078

2
Jenkinsfile vendored
View file

@ -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'
}
}