From 5e3fa7df65dcb834d5d2d0311eb3ffb660e72485 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Thu, 29 Oct 2020 15:56:19 -0700 Subject: [PATCH] HBASE-24200 Upgrade to Yetus 0.12.0 Signed-off-by: Sean Busbey Signed-off-by: Duo Zhang --- 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 bb6c57cc597..07ffd281c0c 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 2468f51643d..a81f306c141 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -37,7 +37,7 @@ pipeline { DOCKERFILE_REL = "${SRC_REL}/dev-support/docker/Dockerfile" YETUS_DRIVER_REL = "${SRC_REL}/dev-support/jenkins_precommit_github_yetus.sh" // Branch or tag name. Yetus release tags are 'rel/X.Y.Z' - YETUS_VERSION = 'rel/0.11.1' + YETUS_VERSION = 'rel/0.12.0' GENERAL_CHECK_PLUGINS = 'all,-compile,-javac,-javadoc,-jira,-shadedjars,-unit' JDK_SPECIFIC_PLUGINS = 'compile,github,htmlout,javac,javadoc,maven,mvninstall,shadedjars,unit' // output from surefire; sadly the archive function in yetus only works on file names. diff --git a/dev-support/jenkins_precommit_jira_yetus.sh b/dev-support/jenkins_precommit_jira_yetus.sh index 9961c3c98cf..d721ac8faba 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