You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2024/01/24 14:27:42 UTC

(hbase) branch branch-2.5 updated: HBASE-28326 All nightly jobs are failing (#5646)

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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new bd58d651658 HBASE-28326 All nightly jobs are failing (#5646)
bd58d651658 is described below

commit bd58d651658e85fc2bba11b1711e53a1a36426e2
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Jan 24 22:00:38 2024 +0800

    HBASE-28326 All nightly jobs are failing (#5646)
    
    Use downloads.a.o instead of a.o/dist
    
    Signed-off-by: Xin Sun <dd...@gmail.com>
    Signed-off-by: Nihal Jain <ni...@apache.org>
    (cherry picked from commit 0c48e5a901f2ad0ef6bab689eb32e6bbd5a31c1c)
---
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index bb79ea8928a..7d2ef32df6e 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -91,7 +91,7 @@ pipeline {
                   rm -rf "${YETUS_DIR}"
                   "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                       --working-dir "${WORKSPACE}/downloads-yetus" \
-                      --keys 'https://www.apache.org/dist/yetus/KEYS' \
+                      --keys 'https://downloads.apache.org/yetus/KEYS' \
                       --verify-tar-gz \
                       "${WORKSPACE}/yetus-${YETUS_RELEASE}-bin.tar.gz" \
                       "yetus/${YETUS_RELEASE}/apache-yetus-${YETUS_RELEASE}-bin.tar.gz"
@@ -138,7 +138,7 @@ pipeline {
               echo "Ensure we have a copy of Hadoop ${HADOOP2_VERSION}"
               "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                   --working-dir "${WORKSPACE}/downloads-hadoop-2" \
-                  --keys 'http://www.apache.org/dist/hadoop/common/KEYS' \
+                  --keys 'https://downloads.apache.org/hadoop/common/KEYS' \
                   --verify-tar-gz \
                   "${WORKSPACE}/hadoop-${HADOOP2_VERSION}-bin.tar.gz" \
                   "hadoop/common/hadoop-${HADOOP2_VERSION}/hadoop-${HADOOP2_VERSION}.tar.gz"
@@ -166,7 +166,7 @@ pipeline {
               echo "Ensure we have a copy of Hadoop ${HADOOP3_VERSION}"
               "${WORKSPACE}/component/dev-support/jenkins-scripts/cache-apache-project-artifact.sh" \
                   --working-dir "${WORKSPACE}/downloads-hadoop-3" \
-                  --keys 'http://www.apache.org/dist/hadoop/common/KEYS' \
+                  --keys 'https://downloads.apache.org/hadoop/common/KEYS' \
                   --verify-tar-gz \
                   "${WORKSPACE}/hadoop-${HADOOP3_VERSION}-bin.tar.gz" \
                   "hadoop/common/hadoop-${HADOOP3_VERSION}/hadoop-${HADOOP3_VERSION}.tar.gz"