Git checkout changes

This commit is contained in:
Henry-0810 2025-03-07 16:12:56 +00:00
parent ca24814e52
commit e178c91fb4

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
stage('Checkout Code') {
steps {
echo 'Cloning repository from GitHub...'
git branch: '', url: 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git'
git branch: 'cicd-pipeline', url: 'https://github.com/Henry-0810/spring-petclinic_DevOps_Project.git'
}
}