mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
addded
This commit is contained in:
parent
c167850ab6
commit
519876df1d
1 changed files with 3 additions and 3 deletions
2
Jenkins
2
Jenkins
|
@ -8,7 +8,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('git') {
|
stage('git') {
|
||||||
step {
|
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