You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/03/17 21:52:24 UTC

[hbase] branch branch-2 updated: HBASE-24004 Include hadoop version in Nightly report name

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

ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new b942527  HBASE-24004 Include hadoop version in Nightly report name
b942527 is described below

commit b942527b60263f429caf4de3c7a647321cfe54d3
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Tue Mar 17 13:13:26 2020 -0700

    HBASE-24004 Include hadoop version in Nightly report name
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 26b2405..7dd41c4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -582,7 +582,7 @@ pipeline {
                 // Has to be relative to WORKSPACE.
                 reportDir            : "${env.OUTPUT_DIR_RELATIVE}",
                 reportFiles          : 'console-report.html',
-                reportName           : 'JDK11 Nightly Build Report'
+                reportName           : 'JDK11 Nightly Build Report (Hadoop3)'
               ]
             }
           }