Repository: hbase
Updated Branches:
  refs/heads/master 5a633adff -> 2f74afd6f


HBASE-20112 register nightly junit over hadoop3 results with jenkins.

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8f1ac01a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8f1ac01a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8f1ac01a

Branch: refs/heads/master
Commit: 8f1ac01ad8c983c22e3298505607a421a8c197f9
Parents: 5a633ad
Author: Sean Busbey <bus...@apache.org>
Authored: Fri Apr 13 00:08:39 2018 -0500
Committer: Sean Busbey <bus...@cloudera.com>
Committed: Fri Apr 13 10:37:50 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8f1ac01a/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 3f3066b..b289eaf 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -381,8 +381,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           post {
             always {
               stash name: 'hadoop3-result', includes: 
"${OUTPUT_DIR_RELATIVE}/commentfile"
-              // Not sure how two junit test reports will work. Disabling this 
for now.
-              // junit testResults: 
"${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
+              junit testResults: 
"${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
               // zip surefire reports.
               sh '''#!/bin/bash -e
                 if [ -d "${OUTPUT_DIR}/archiver" ]; then

Reply via email to