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

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Sean Busbey 2018-04-13 00:08:39 -05:00 committed by Sean Busbey
parent 5a633adffe
commit 8f1ac01ad8
1 changed files with 1 additions and 2 deletions

View File

@ -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