From 594f79ee9be2dafa8a15d9e6507fba8376712f4c Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 8 Jan 2026 10:04:33 +0000 Subject: [PATCH] Update apps/demo-nginx/Jenkinsfile --- apps/demo-nginx/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/demo-nginx/Jenkinsfile b/apps/demo-nginx/Jenkinsfile index b8bc3fb..b4373f8 100644 --- a/apps/demo-nginx/Jenkinsfile +++ b/apps/demo-nginx/Jenkinsfile @@ -474,8 +474,8 @@ EOF echo "" echo "2. Checking running pod images..." - POD_IMAGES=$(kubectl get pods -n "${NAMESPACE}" -l app="${APP_NAME}" \ - -o jsonpath='{.items[*].spec.containers[0].image}') + POD_IMAGES=$(kubectl get pods -n "${NAMESPACE}" -l app="${APP_NAME}" -o jsonpath='{.items[*].spec.containers[0].image}') + echo " Pod images: ${POD_IMAGES}" echo " Expected tag: ${IMAGE_TAG}"