diff --git a/Jenkinsfile b/Jenkinsfile index 9c50be3..e0f34f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Checkout Source') { steps { - git url:'https://github.com/justmeandopensource/playjenkins.git', branch:'test-deploy-stage' + git url:'https://github.com/krish0337/playjenkins.git', branch:'test-deploy-stage' } }