This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 26c2ff6 HBASE-22020 update nightly to yetus 0.9.0
26c2ff6 is described below
commit 26c2ff6863ecd3deb99bcd5cf6d4727bcb617381
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 ff096e3..b0fa3a3 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}."