Git checkout changes

This commit is contained in:
Henry-0810 2025-03-07 16:12:43 +00:00
parent 37ce0e7b2b
commit ca24814e52

2
Jenkinsfile vendored
View file

@ -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'
}
}