mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Updated Git URL
Updated Git URL
This commit is contained in:
parent
ef1fca9267
commit
25cd77fa72
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ node {
|
||||||
def mvnHome
|
def mvnHome
|
||||||
stage('Preparation') { // for display purposes
|
stage('Preparation') { // for display purposes
|
||||||
// Get some code from a GitHub repository
|
// 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.
|
// Get the Maven tool.
|
||||||
// ** NOTE: This 'M3' Maven tool must be configured
|
// ** NOTE: This 'M3' Maven tool must be configured
|
||||||
// ** in the global configuration.
|
// ** in the global configuration.
|
||||||
|
|
Loading…
Reference in a new issue