Skip to content

Commit

Permalink
HBASE-24200 Upgrade to Yetus 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Busbey <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
ndimiduk committed Oct 30, 2020
1 parent e34c0e3 commit 66efcfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile_GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion dev-support/jenkins_precommit_jira_yetus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66efcfb

Please sign in to comment.