From b9b0f15cdbad14620eebf5769c0a3b664ab5afe8 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 2 Nov 2017 15:45:20 -0500 Subject: [PATCH] HBASE-19097 update nightly tests to use Apache Yetus 0.6.0 Signed-off-by: Michael Stack --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 5bd41aa36ff..f7ae5464e90 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -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"