diff --git a/Jenkinsfile b/Jenkinsfile index 8fa31ebb363..1ad71029515 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node{ stage('SCM Checkout'){ - git 'https://github.com/damodaranj/my-app.git' + git 'https://github.com/MSiva07/my-app.git' } stage('maven-buildstage'){