HBASE-24004 Include hadoop version in Nightly report name
This commit is contained in:
parent
33cb9fc932
commit
b942527b60
|
@ -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)'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue