diff --git a/Jenkinsfile b/Jenkinsfile index cdbda91ce..a6ed1433e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Checkout Code') { steps { echo 'Cloning repository from GitHub...' - git 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git' + git branch: '', url: 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git' } }