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
4985e27307
commit
3e4b86d4d6
|
@ -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