mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +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') {
|
stage('git') {
|
||||||
steps {
|
steps {
|
||||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||||
branch: 'dev'
|
branch : 'dev'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue