Skip to content

Commit 8f1ac01

Browse files
committed
HBASE-20112 register nightly junit over hadoop3 results with jenkins.
Signed-off-by: Michael Stack <stack@apache.org>
1 parent 5a633ad commit 8f1ac01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev-support/Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}"
381381
post {
382382
always {
383383
stash name: 'hadoop3-result', includes: "${OUTPUT_DIR_RELATIVE}/commentfile"
384-
// Not sure how two junit test reports will work. Disabling this for now.
385-
// junit testResults: "${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
384+
junit testResults: "${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
386385
// zip surefire reports.
387386
sh '''#!/bin/bash -e
388387
if [ -d "${OUTPUT_DIR}/archiver" ]; then

0 commit comments

Comments
 (0)