mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +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 {
|
stages {
|
||||||
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'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('bulid') {
|
stage('bulid') {
|
||||||
|
|
Loading…
Reference in a new issue