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 { stages {
stage ('Build') { stage ('Build') {
steps { 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' sh 'mvn deploy'
} }
} }