You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/11/03 20:35:51 UTC

[2/7] hbase git commit: HBASE-19097 update nightly tests to use Apache Yetus 0.6.0

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

Branch: refs/heads/branch-2
Commit: b9b0f15cdbad14620eebf5769c0a3b664ab5afe8
Parents: 0fb3bd2
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 2 15:45:20 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Nov 3 15:33:11 2017 -0500

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


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