From dab0a462e9c22d4a04a95e76b04a231367779eeb Mon Sep 17 00:00:00 2001 From: kajesh <40192642+kajesh@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:49:36 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){