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 2022/02/10 03:14:36 UTC

[hbase] branch HBASE-26747 created (now 4afc382)

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

zhangduo pushed a change to branch HBASE-26747
in repository https://gitbox.apache.org/repos/asf/hbase.git.


      at 4afc382  HBASE-26747 test gen redirect

This branch includes the following new commits:

     new 4afc382  HBASE-26747 test gen redirect

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[hbase] 01/01: HBASE-26747 test gen redirect

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4afc382c0a98399ac5fe74864355015daf8fe247
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Feb 10 11:13:52 2022 +0800

    HBASE-26747 test gen redirect
---
 dev-support/Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 188a666..9449561 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -269,7 +269,7 @@ pipeline {
               if [ -d "${OUTPUT_DIR}/branch-site" ]; then
                 echo "Remove ${OUTPUT_DIR}/branch-site for saving space"
                 rm -rf "${OUTPUT_DIR}/branch-site"
-                ./${BASEDIR}/dev-support/gen_redirect_html.py "${ASF_NIGHTLIES_GENERAL_CHECK_BASE}/branch-site" > "${OUTPUT_DIR}/branch-site.html"
+                .${BASEDIR}/dev-support/gen_redirect_html.py "${ASF_NIGHTLIES_GENERAL_CHECK_BASE}/branch-site" > "${OUTPUT_DIR}/branch-site.html"
               else
                 echo "No branch-site, skipping"
               fi
@@ -523,9 +523,7 @@ pipeline {
             }
           }
           when {
-            not {
               branch 'branch-1*'
-            }
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -637,9 +635,7 @@ pipeline {
             }
           }
           when {
-            not {
               branch 'branch-1*'
-            }
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -755,6 +751,10 @@ pipeline {
             // this needs to be set to the jdk that ought to be used to build releases on the branch the Jenkinsfile is stored in.
             jdk "jdk_1.8_latest"
           }
+          when {
+              branch 'branch-1*'
+          }
+
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             BRANCH = "${env.BRANCH_NAME}"