diff --git a/jenkins/Jenkinsfile-CI b/jenkins/Jenkinsfile-CI index 583c905d..9b1266fb 100644 --- a/jenkins/Jenkinsfile-CI +++ b/jenkins/Jenkinsfile-CI @@ -4,7 +4,7 @@ pipeline { stage('compile') { steps { echo 'compiling..' - git url: 'https://github.com/lerndevops/samplejavaapp' + git url: 'https://github.com/shivakums/samplejavaapp' sh script: '/opt/maven/bin/mvn compile' } }