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