diff --git a/Jenkinsfile b/Jenkinsfile index 2008c403f34..1f3bd5e1b06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Checkout') { steps { - git branch: 'main', url: 'https://github.com/randihaboc/create-react-app.git' // Replace with your repository URL + git branch: 'main', url: 'https://github.com/yuancarlosss/create-react-app' // Replace with your repository URL } }