Repository: hbase
Updated Branches:
  refs/heads/branch-1 9ad6e0422 -> e61f6ff0e
  refs/heads/branch-1.1 d3e3d750d -> 51f06c742
  refs/heads/branch-1.2 cdeb37714 -> 62b491ef5
  refs/heads/branch-1.3 371e6093f -> 3a8800493
  refs/heads/branch-1.4 f6be6e0d7 -> 7a9e1dd1b
  refs/heads/branch-2 0fb3bd2e3 -> b9b0f15cd
  refs/heads/master 4985e2730 -> 3e4b86d4d


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/3e4b86d4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3e4b86d4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3e4b86d4

Branch: refs/heads/master
Commit: 3e4b86d4d6b3608e22abb1fe8db07073eb486da8
Parents: 4985e27
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:32:35 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/3e4b86d4/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"

Reply via email to