diff --git a/Jenkinsfile b/Jenkinsfile index 47eeba7..461fa07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline{ steps{ echo 'cloning the repo' - git 'https://github.com/Sonal0409/DevOpsClassCodes.git' + git 'https://github.com/kajesh/DevOpsCodeDemo.git' } } stage('Compile'){