HBASE-19097 update nightly tests to use Apache Yetus 0.6.0
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
0fb3bd2e3c
commit
b9b0f15cdb
|
@ -33,7 +33,7 @@ pipeline {
|
|||
TOOLS = "${env.WORKSPACE}/tools"
|
||||
// where we check out to across stages
|
||||
BASEDIR = "${env.WORKSPACE}/component"
|
||||
YETUS_RELEASE = '0.5.0'
|
||||
YETUS_RELEASE = '0.6.0'
|
||||
// where we'll write everything from different steps.
|
||||
OUTPUT_RELATIVE_GENERAL = 'output-general'
|
||||
OUTPUTDIR_GENERAL = "${env.WORKSPACE}/output-general"
|
||||
|
|
Loading…
Reference in New Issue