Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
jenkins: describe e2e testing pod when it failed (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng authored Jan 3, 2018
1 parent cc6d726 commit 814631c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pod/run-test-pod
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ if [ "${POD_PHASE}" == "${PHASE_SUCCEEDED}" ]; then
echo "e2e tests finished successfully"
else
echo "e2e tests failed"
kubectl -n ${TEST_NAMESPACE} describe pod ${POD_NAME}
exit 1
fi

0 comments on commit 814631c

Please sign in to comment.