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

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

Branch: refs/heads/branch-1.4
Commit: 7a9e1dd1b8a4545a813c4b64bddebcacc4db9b64
Parents: f6be6e0
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:28 2017 -0500

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


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