Print file list when Jenkins workspace is not empty

This commit is contained in:
Jeff Grafton 2015-12-09 16:42:08 -08:00
parent c2cfcd5c49
commit f50d56156c

View File

@ -1106,6 +1106,7 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
rm -rf kubernetes*
elif [[ $(find . | wc -l) != 1 ]]; then
echo $PWD not empty, bailing!
find .
exit 1
fi