HBASE-22020 update nightly to yetus 0.9.0
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
d3bf9c0a77
commit
b5a6fd14fa
|
@ -30,7 +30,7 @@ pipeline {
|
|||
skipDefaultCheckout()
|
||||
}
|
||||
environment {
|
||||
YETUS_RELEASE = '0.7.0'
|
||||
YETUS_RELEASE = '0.9.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'
|
||||
|
@ -86,7 +86,7 @@ pipeline {
|
|||
--working-dir "${WORKSPACE}/downloads-yetus" \
|
||||
--keys 'https://www.apache.org/dist/yetus/KEYS' \
|
||||
"${WORKSPACE}/yetus-${YETUS_RELEASE}-bin.tar.gz" \
|
||||
"yetus/${YETUS_RELEASE}/yetus-${YETUS_RELEASE}-bin.tar.gz"
|
||||
"yetus/${YETUS_RELEASE}/apache-yetus-${YETUS_RELEASE}-bin.tar.gz"
|
||||
mv "yetus-${YETUS_RELEASE}-bin.tar.gz" yetus.tar.gz
|
||||
else
|
||||
echo "Reusing cached install of Apache Yetus version ${YETUS_RELEASE}."
|
||||
|
|
Loading…
Reference in New Issue