From 3a129129971d3544506a9381c3d460f42eb65a98 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Fri, 13 Apr 2018 00:08:39 -0500 Subject: [PATCH] HBASE-20112 register nightly junit over hadoop3 results with jenkins. --- dev-support/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 3f3066b596..b289eafd61 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 -- 2.16.1