HBASE-19030 nightly runs should attempt to log test results after archiving.

Signed-off-by: Esteban Gutierrez <este...@apache.org>


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

Branch: refs/heads/branch-1.3
Commit: 8cdaa82f0844e93faf1e3f7d4dc86f6f85b5292f
Parents: 64bde8e
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Oct 19 09:19:56 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Oct 25 10:34:17 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8cdaa82f/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index fcd9826..4337f81 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -169,7 +169,6 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       }
       post {
         always {
-          junit 'output-jdk7/**/target/**/TEST-*.xml'
           // zip surefire reports.
           sh '''#!/bin/bash -e
             if [ -d "${OUTPUTDIR}/archiver" ]; then
@@ -187,6 +186,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
           // env variables don't work in archive? or this has to be relative 
to WORKSPACE. :(
           archive 'output-jdk7/*'
           archive 'output-jdk7/**/*'
+          junit 'output-jdk7/**/target/**/TEST-*.xml'
           publishHTML target: [
             allowMissing: true,
             keepAll: true,
@@ -219,7 +219,6 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       }
       post {
         always {
-          junit 'output-jdk8/**/target/**/TEST-*.xml'
           // zip surefire reports.
           sh '''#!/bin/bash -e
             if [ -d "${OUTPUTDIR}/archiver" ]; then
@@ -237,6 +236,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
           // env variables don't work in archive? or this has to be relative 
to WORKSPACE. :(
           archive 'output-jdk8/*'
           archive 'output-jdk8/**/*'
+          junit 'output-jdk8/**/target/**/TEST-*.xml'
           publishHTML target: [
             allowMissing: true,
             keepAll: true,

Reply via email to