Repository: hbase Updated Branches: refs/heads/HBASE-19097 [created] b10c14949
HBASE-19097 update nightly tests to use Apache Yetus 0.6.0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b10c1494 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b10c1494 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b10c1494 Branch: refs/heads/HBASE-19097 Commit: b10c14949e2bb5d3427de6b51c8f2808e84107ce Parents: 0ff9dab Author: Sean Busbey <[email protected]> Authored: Thu Nov 2 15:45:20 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Thu Nov 2 15:45:20 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b10c1494/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 5bd41aa..f7ae546 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"
