diff --git a/jenkinsfile b/jenkinsfile index 3ebca48ba..24a14c67d 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -2,7 +2,7 @@ node { def mvnHome stage('Preparation') { // for display purposes // Get some code from a GitHub repository - git 'https://github.com/jglick/simple-maven-project-with-tests.git' + git 'https://github.com/sandeepds/spring-petclinic.git' // Get the Maven tool. // ** NOTE: This 'M3' Maven tool must be configured // ** in the global configuration.