You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/10/03 13:38:35 UTC

[hbase] branch HBASE-26318 updated: test logs

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-26318
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-26318 by this push:
     new baf53dd  test logs
baf53dd is described below

commit baf53dd470c799f0e9d1b01cbc39aff69e067997
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Oct 3 21:37:14 2021 +0800

    test logs
---
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index bfc0e90..d588443 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -82,7 +82,9 @@ pipeline {
         )
       ])
       sh '''#!/bin/bash -e
+        ls -al
         echo "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" > "test_logs.txt"
+        ls -al
       '''
       archiveArtifacts artifacts: 'includes.txt,test_logs.txt,target/machine/*'
     }