HBASE-23236 Upgrade to yetus 0.11.1
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
10b38d5f82
commit
cddf8b0ae4
|
@ -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'
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue