mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Git checkout changes
This commit is contained in:
parent
37ce0e7b2b
commit
ca24814e52
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue