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