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/04/18 13:48:44 UTC

[hbase] branch HBASE-26917 created (now 29c31eaa006)

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

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


      at 29c31eaa006 only run general check

This branch includes the following new commits:

     new 29c31eaa006 only run general check

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: only run general check

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

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

commit 29c31eaa0061088efcc07d9efbe5bf0ed1d71ca0
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Apr 18 21:48:27 2022 +0800

    only run general check
---
 dev-support/Jenkinsfile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d45d22c0c17..649ee5c2386 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -523,9 +523,7 @@ pipeline {
             }
           }
           when {
-            not {
-              branch 'branch-1*'
-            }
+            branch 'branch-1*'
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -637,9 +635,7 @@ pipeline {
             }
           }
           when {
-            not {
-              branch 'branch-1*'
-            }
+            branch 'branch-1*'
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -755,6 +751,9 @@ 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}"