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 33cb9fc932
commit b942527b60
1 changed files with 1 additions and 1 deletions

View File

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