From 33e1e2096e76fa7deb534cdded4699a64c0a3ff0 Mon Sep 17 00:00:00 2001 From: A-hash-bit <58227483+A-hash-bit@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:29:38 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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') {