WIP turn on command echo fo run-flaky.
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cc3efcec Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cc3efcec Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cc3efcec Branch: refs/heads/HBASE-20387 Commit: cc3efcecac63652d3b5d8287031fa53ee97406cf Parents: 736b43a Author: Sean Busbey <[email protected]> Authored: Tue Aug 14 13:03:44 2018 -0500 Committer: Sean Busbey <[email protected]> Committed: Tue Aug 14 13:03:44 2018 -0500 ---------------------------------------------------------------------- dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/cc3efcec/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile index cacb175..9c369c1 100644 --- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile +++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile @@ -42,6 +42,8 @@ pipeline { steps { sh '''#!/usr/bin/env bash set -e + // temp because this fails when not in debug + set -x if [ "${DEBUG}" = "true" ]; then curl_debug="-v" mvn_debug="-X"
