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
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng committed Jan 3, 2018
1 parent db286e1 commit ba46051
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 ba46051

Please sign in to comment.