Update apps/demo-nginx/Jenkinsfile

This commit is contained in:
2026-01-08 10:04:33 +00:00
parent 75931b7bcc
commit 594f79ee9b

View File

@@ -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}"