Updated Git URL

Updated Git URL
This commit is contained in:
sandeepds 2019-08-23 19:44:02 +05:30 committed by GitHub
parent ef1fca9267
commit 25cd77fa72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.