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:
Sean Busbey 2017-11-02 15:45:20 -05:00
parent 0fb3bd2e3c
commit b9b0f15cdb
1 changed files with 1 additions and 1 deletions

View File

@ -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"