From cab11b2f6012cd79312e486305af436fc57e28c7 Mon Sep 17 00:00:00 2001 From: prankumargrid Date: Fri, 25 Apr 2025 12:41:58 +0530 Subject: [PATCH] Update Jenkinsfile Signed-off-by: prankumargrid --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9397700ba..d9b904449 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ pipeline{ agent any environment{ + imageTag = "latest" REGISTRY_URL = "https://hub.docker.com/repositories/prankumar313" IMAGE_NAME = "spring-petclinic" GIT_COMMIT_SHORT = "${env.GIT_COMMIT[0..6]}"