HBASE-19030 nightly runs should attempt to log test results after archiving.
Signed-off-by: Esteban Gutierrez <esteban@apache.org>
This commit is contained in:
parent
089acc74da
commit
19f74284c1
4
dev-support/Jenkinsfile
vendored
4
dev-support/Jenkinsfile
vendored
@ -169,7 +169,6 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}"
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
junit 'output-jdk7/**/target/**/TEST-*.xml'
|
|
||||||
// zip surefire reports.
|
// zip surefire reports.
|
||||||
sh '''#!/bin/bash -e
|
sh '''#!/bin/bash -e
|
||||||
if [ -d "${OUTPUTDIR}/archiver" ]; then
|
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. :(
|
// env variables don't work in archive? or this has to be relative to WORKSPACE. :(
|
||||||
archive 'output-jdk7/*'
|
archive 'output-jdk7/*'
|
||||||
archive 'output-jdk7/**/*'
|
archive 'output-jdk7/**/*'
|
||||||
|
junit 'output-jdk7/**/target/**/TEST-*.xml'
|
||||||
publishHTML target: [
|
publishHTML target: [
|
||||||
allowMissing: true,
|
allowMissing: true,
|
||||||
keepAll: true,
|
keepAll: true,
|
||||||
@ -219,7 +219,6 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}"
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
junit 'output-jdk8/**/target/**/TEST-*.xml'
|
|
||||||
// zip surefire reports.
|
// zip surefire reports.
|
||||||
sh '''#!/bin/bash -e
|
sh '''#!/bin/bash -e
|
||||||
if [ -d "${OUTPUTDIR}/archiver" ]; then
|
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. :(
|
// env variables don't work in archive? or this has to be relative to WORKSPACE. :(
|
||||||
archive 'output-jdk8/*'
|
archive 'output-jdk8/*'
|
||||||
archive 'output-jdk8/**/*'
|
archive 'output-jdk8/**/*'
|
||||||
|
junit 'output-jdk8/**/target/**/TEST-*.xml'
|
||||||
publishHTML target: [
|
publishHTML target: [
|
||||||
allowMissing: true,
|
allowMissing: true,
|
||||||
keepAll: true,
|
keepAll: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user