diff --git a/Jenkinsfile b/Jenkinsfile index b5db940..93b1075 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('clone project') { steps { - git branch:'master' , url:'https://github.com/PraveenKuberABC/Amazon-Ecom.git' + git branch:'master' , url:'https://github.com/Rohan0322/Amazon-Ecom.git' } }