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 2021/04/26 14:31:43 UTC

[hbase] branch HBASE-25810 updated: test jdk8

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

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


The following commit(s) were added to refs/heads/HBASE-25810 by this push:
     new bf3dccf  test jdk8
bf3dccf is described below

commit bf3dccffd412c5d2b314dd7225dbad181fc3b43c
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Apr 26 22:30:58 2021 +0800

    test jdk8
---
 dev-support/Jenkinsfile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 808ba5f..527cd39 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -425,9 +425,6 @@ pipeline {
               label 'hbase'
             }
           }
-          when {
-            branch 'branch-1*'
-          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.DEEP_CHECKS}"
@@ -509,9 +506,7 @@ pipeline {
             }
           }
           when {
-            not {
-              branch 'branch-1*'
-            }
+            anyOf { branch 'branch-1*'; branch 'branch-2*' }
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"