mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Updated correct git path
This commit is contained in:
parent
7655c74972
commit
3f08ba3342
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
node {
|
node {
|
||||||
stage('SCM'){
|
stage('SCM'){
|
||||||
git 'https://github.com/spring-projects/spring-petclinic.git'
|
git 'https://github.com/pusa9/spring-petclinic.git'
|
||||||
|
|
||||||
}
|
}
|
||||||
stage ('build the packages'){
|
stage ('build the packages'){
|
||||||
|
|
Loading…
Reference in a new issue