From 3b2c59dbcd18e14e2d93b5445fc9c2bce90bf929 Mon Sep 17 00:00:00 2001 From: krish0337 <72753451+krish0337@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:18:29 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }