HBASE-23236 Upgrade to yetus 0.11.1

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Duo Zhang 2019-11-06 09:40:13 +08:00
parent 10b38d5f82
commit cddf8b0ae4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ pipeline {
disableConcurrentBuilds()
}
environment {
YETUS_RELEASE = '0.11.0'
YETUS_RELEASE = '0.11.1'
// 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'

View File

@ -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.0'
YETUS_VERSION='rel/0.11.1'
}
parameters {