diff --git a/Jenkinsfile b/Jenkinsfile index e5689613a..510f43e4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {