HBASE-24004 Include hadoop version in Nightly report name

This commit is contained in:
Nick Dimiduk 2020-03-17 13:13:26 -07:00 committed by Nick Dimiduk
parent 60de4c2e31
commit 2e1485f505
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ pipeline {
// Has to be relative to WORKSPACE.
reportDir : "${env.OUTPUT_DIR_RELATIVE}",
reportFiles : 'console-report.html',
reportName : 'JDK11 Nightly Build Report'
reportName : 'JDK11 Nightly Build Report (Hadoop3)'
]
}
}