mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Point ot master
This commit is contained in:
parent
919e7609d6
commit
a9e220b078
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue