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/19 06:22:17 UTC

[hbase] 01/02: only run general check

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 de7297d59bec108162a237d88e89f7a1b1ff295e
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}"