Updated correct git path

This commit is contained in:
venkat 2019-02-10 15:33:47 +05:30
parent 7655c74972
commit 3f08ba3342

View file

@ -1,6 +1,6 @@
node {
stage('SCM'){
git 'https://github.com/spring-projects/spring-petclinic.git'
git 'https://github.com/pusa9/spring-petclinic.git'
}
stage ('build the packages'){