diff --git a/jenkins/Jenkinsfile-CI b/jenkins/Jenkinsfile-CI index b8cb888e..7688bc2e 100644 --- a/jenkins/Jenkinsfile-CI +++ b/jenkins/Jenkinsfile-CI @@ -3,8 +3,8 @@ pipeline { stages { stage('compile') { steps { - echo 'compiling..' - git url: 'https://github.com/lerndevops/samplejavaapp' + echo 'compiling.....' + git url: 'https://github.com/sd2899/samplejavaapp.git' sh script: '/opt/maven/bin/mvn compile' } }