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