diff --git a/Jenkinsfile b/Jenkinsfile index aa56edc..a763409 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline{ stage("Code clone"){ steps{ sh "whoami" - clone("https://github.com/LondheShubham153/django-notes-app.git","main") + clone("https://github.com/mukuljoshi01/django-notes-app.git","main") } } stage("Code Build"){