From: Cédric Ollivier Date: Thu, 2 May 2019 13:59:05 +0000 (+0200) Subject: Add debug when running Functest jjbs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=02d9a5f0d62c16a72139291463703c86a80bffb7 Add debug when running Functest jjbs It will ease debugging gsutil config. Change-Id: Id37cfa9132ae327714535a68ed1611da9a71f25c Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 3f3b1ae2e..a231c6686 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -90,7 +90,8 @@ name: functest-run-containers builders: - shell: | - set +ex + set +e + set -x [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag}