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 2020/10/19 09:09:58 UTC

[hbase] branch HBASE-25194 updated: fix archiveArtifacts

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

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


The following commit(s) were added to refs/heads/HBASE-25194 by this push:
     new 0daaccd  fix archiveArtifacts
0daaccd is described below

commit 0daaccd41e1323625723974c3982301b99ba9aaf
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Oct 19 17:09:36 2020 +0800

    fix archiveArtifacts
---
 dev-support/flaky-tests/flaky-reporting.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
index 61411bd..8e9a94e 100644
--- a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
+++ b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
   post {
     always {
       // Has to be relative to WORKSPACE.
-      archiveArtifacts artifacts: "${env.OUTPUT_DIR_RELATIVE_REPORT}/includes,${env.OUTPUT_DIR_RELATIVE_REPORT}/excludes,${env.OUTPUT_DIR_RELATIVE_REPORT}/dashboard.html"
+      archiveArtifacts artifacts: "${env.OUTPUT_DIR_RELATIVE_REPORT}/*"
       publishHTML target: [
         allowMissing: true,
         keepAll: true,