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:52 UTC

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

Branch: refs/heads/branch-1
Commit: e61f6ff0ecf4fcd07ca20abcbfd5ec6f6fc60f52
Parents: 9ad6e042
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:22 2017 -0500

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


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