mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
ad
This commit is contained in:
parent
5dd42f526a
commit
155de91801
1 changed files with 1 additions and 1 deletions
2
Jenkins
2
Jenkins
|
@ -10,7 +10,7 @@ pipeline{
|
|||
stage('git') {
|
||||
steps {
|
||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||
branch: 'dev'
|
||||
branch : 'dev'
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue