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 2020/09/17 00:35:00 UTC

[hbase] 02/02: disable other stages

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

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

commit a91ea0fd27adec02d0facbfe1bf8d7f574a6b3a0
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Sep 16 22:21:05 2020 +0800

    disable other stages
---
 dev-support/Jenkinsfile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5aaefd8..312f9f1 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -195,6 +195,9 @@ pipeline {
               label 'Hadoop'
             }
           }
+          when {
+            branch 'branch-1*'
+          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.SHALLOW_CHECKS}"
@@ -423,9 +426,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -508,9 +511,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"