You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/10/30 22:21:04 UTC

[hbase] branch branch-1.4 updated: HBASE-24200 Upgrade to Yetus 0.12.0

This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 66efcfb  HBASE-24200 Upgrade to Yetus 0.12.0
66efcfb is described below

commit 66efcfba950abd65e1c6c0b0a942168b1f5dcee9
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Thu Oct 29 16:07:49 2020 -0700

    HBASE-24200 Upgrade to Yetus 0.12.0
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 dev-support/Jenkinsfile                     | 2 +-
 dev-support/Jenkinsfile_GitHub              | 2 +-
 dev-support/jenkins_precommit_jira_yetus.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d1240b6..73a6f7e 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
     disableConcurrentBuilds()
   }
   environment {
-    YETUS_RELEASE = '0.11.1'
+    YETUS_RELEASE = '0.12.0'
     // where we'll write everything from different steps. Need a copy here so the final step can check for success/failure.
     OUTPUT_DIR_RELATIVE_GENERAL = 'output-general'
     OUTPUT_DIR_RELATIVE_JDK7 = 'output-jdk7'
diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 99dbcf3..e4d7106 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -37,7 +37,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.11.1'
+        YETUS_VERSION='rel/0.12.0'
     }
 
     parameters {
diff --git a/dev-support/jenkins_precommit_jira_yetus.sh b/dev-support/jenkins_precommit_jira_yetus.sh
index 9961c3c..d721ac8 100755
--- a/dev-support/jenkins_precommit_jira_yetus.sh
+++ b/dev-support/jenkins_precommit_jira_yetus.sh
@@ -32,7 +32,7 @@ export MAVEN_HOME=/home/jenkins/tools/maven/apache-maven-3.0.5
 #export PATH=$PATH:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:
 export PATH=$PATH:${MAVEN_HOME}/bin:
 
-YETUS_RELEASE=0.11.1
+YETUS_RELEASE=0.12.0
 COMPONENT=${WORKSPACE}/component
 TEST_FRAMEWORK=${WORKSPACE}/test_framework