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

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


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

commit b5a6fd14fa813baf2eba503fb1c9c9d67d407d50
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b333afb..88532ed 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}."

Reply via email to