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/0d8262f9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0d8262f9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0d8262f9

Branch: refs/heads/branch-2.0
Commit: 0d8262f9e48caf7475178472e07ff26c13ce069f
Parents: cba88d1
Author: Sean Busbey <bus...@apache.org>
Authored: Fri Apr 13 00:08:39 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Fri Apr 13 10:51:50 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/0d8262f9/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 238d0e6..6acd4b2 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