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/3858723e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3858723e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3858723e Branch: refs/heads/HBASE-20387 Commit: 3858723efe9decc7eaa81ffea5e1c7b7b3e20d30 Parents: 736ba02 Author: Sean Busbey <[email protected]> Authored: Tue Aug 14 13:03:44 2018 -0500 Committer: Sean Busbey <[email protected]> Committed: Tue Aug 14 14:09:20 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/3858723e/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 bda5753..3279ebe 100644 --- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile +++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile @@ -44,6 +44,8 @@ pipeline { set -e declare -a curl_args=(--fail) declare -a mvn_args=(--batch-mode -fn -Dbuild.id="${BUILD_ID}" -Dmaven.repo.local="${WORKSPACE}/local-repository") + # temp because this fails when not in debug + set -x if [ "${DEBUG}" = "true" ]; then curl_args=("${curl_args[@]}" -v) mvn_args=("${mvn_args[@]}" -X)
