Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-11 17:29:38 +05:30 committed by GitHub
parent 605b70fc06
commit 33e1e2096e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -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') {