This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new f41cf78 HBASE-22020 update nightly to yetus 0.9.0
f41cf78 is described below
commit f41cf781e556c34475774fe6a58b3617fe59cb88
Author: Sean Busbey <[email protected]>
AuthorDate: Sat Apr 6 00:13:18 2019 -0500
HBASE-22020 update nightly to yetus 0.9.0
Signed-off-by: stack <[email protected]>
(cherry picked from commit b5a6fd14fa813baf2eba503fb1c9c9d67d407d50)
---
dev-support/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index aa1ecff..9f43228 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -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}."