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