mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update jenkinsfile
This commit is contained in:
parent
5f67fb43a7
commit
0bd4cdd9d3
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ pipeline{
|
|||
stage('clone'){
|
||||
steps{
|
||||
git url: 'https://github.com/peddiraju3122b/spring-petclinic.git',
|
||||
branch: 'main'
|
||||
branch: 'spc'
|
||||
}
|
||||
}
|
||||
stage('image'){
|
||||
|
@ -16,4 +16,4 @@ pipeline{
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue