From f50d56156c4095601b4bbc35830ddc77e1390495 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 9 Dec 2015 16:42:08 -0800 Subject: [PATCH] Print file list when Jenkins workspace is not empty --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index b5389ee5442..67746827ec2 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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