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:20:27 UTC

[hbase] branch HBASE-25194 updated: fix scripts

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 a9669b5  fix scripts
a9669b5 is described below

commit a9669b5280b424591ce577b0112b35f909cc5c3e
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Oct 19 17:19:45 2020 +0800

    fix scripts
---
 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 8e9a94e..652055d 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}/*"
+      archiveArtifacts artifacts: '${env.OUTPUT_DIR_RELATIVE_REPORT}/*'
       publishHTML target: [
         allowMissing: true,
         keepAll: true,