We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a633ad commit 8f1ac01Copy full SHA for 8f1ac01
dev-support/Jenkinsfile
@@ -381,8 +381,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}"
381
post {
382
always {
383
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
+ junit testResults: "${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
386
// zip surefire reports.
387
sh '''#!/bin/bash -e
388
if [ -d "${OUTPUT_DIR}/archiver" ]; then
0 commit comments