mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
605b70fc06
commit
33e1e2096e
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -6,6 +6,7 @@ try{
|
|||
stage('Clone Repo') {
|
||||
// for display purposes
|
||||
// Get some code from a GitHub repository
|
||||
echo "========executing checkout========"
|
||||
git url:"https://github.com/A-hash-bit/spring-petclinic.git", branch:"main"
|
||||
}
|
||||
stage('Build docker') {
|
||||
|
|
Loading…
Reference in a new issue