This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 76858cf  HBASE-22020 update nightly to yetus 0.9.0
76858cf is described below

commit 76858cf367b171ad35083d80289a8dbb9307a022
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]>
---
 dev-support/Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index c2313e2..0c8f212 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'
@@ -76,11 +76,11 @@ if [[ true !=  "${USE_YETUS_PRERELEASE}" ]]; then
     gpg --homedir "${WORKSPACE}/.gpg" --import "${WORKSPACE}/KEYS_YETUS"
 
     echo "download yetus release ${YETUS_RELEASE}"
-    curl -L --fail -O 
"https://dist.apache.org/repos/dist/release/yetus/${YETUS_RELEASE}/yetus-${YETUS_RELEASE}-bin.tar.gz";
-    curl -L --fail -O 
"https://dist.apache.org/repos/dist/release/yetus/${YETUS_RELEASE}/yetus-${YETUS_RELEASE}-bin.tar.gz.asc";
+    curl -L --fail -O 
"https://dist.apache.org/repos/dist/release/yetus/${YETUS_RELEASE}/apache-yetus-${YETUS_RELEASE}-bin.tar.gz";
+    curl -L --fail -O 
"https://dist.apache.org/repos/dist/release/yetus/${YETUS_RELEASE}/apache-yetus-${YETUS_RELEASE}-bin.tar.gz.asc";
     echo "verifying yetus release"
-    gpg --homedir "${WORKSPACE}/.gpg" --verify 
"yetus-${YETUS_RELEASE}-bin.tar.gz.asc"
-    mv "yetus-${YETUS_RELEASE}-bin.tar.gz" yetus.tar.gz
+    gpg --homedir "${WORKSPACE}/.gpg" --verify 
"apache-yetus-${YETUS_RELEASE}-bin.tar.gz.asc"
+    mv "apache-yetus-${YETUS_RELEASE}-bin.tar.gz" yetus.tar.gz
   else
     echo "Reusing cached download of Apache Yetus version ${YETUS_RELEASE}."
   fi

Reply via email to