HBASE-19097 update nightly tests to use Apache Yetus 0.6.0 Signed-off-by: Michael Stack <st...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/51f06c74 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/51f06c74 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/51f06c74 Branch: refs/heads/branch-1.1 Commit: 51f06c742cb1c26b0fc345a1130b3849980a5c0c Parents: d3e3d75 Author: Sean Busbey <bus...@apache.org> Authored: Thu Nov 2 15:45:20 2017 -0500 Committer: Sean Busbey <bus...@apache.org> Committed: Fri Nov 3 15:33:42 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/51f06c74/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index dfac5b3..48e2249 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"