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