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/10/01 06:56:04 UTC

[hbase] branch branch-2.3 updated: HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)

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

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


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new c62d196  HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
c62d196 is described below

commit c62d196f88119be5ecdc453645cac85130d14c20
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 1 14:33:02 2020 +0800

    HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
---
 dev-support/Jenkinsfile_GitHub | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 4facb1c..a92cf8b 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {
@@ -66,7 +66,7 @@ pipeline {
                 stage ('yetus general check') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {
@@ -152,7 +152,7 @@ pipeline {
                 stage ('yetus jdk8 Hadoop2 checks') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {
@@ -252,7 +252,7 @@ pipeline {
                 stage ('yetus jdk11 hadoop3 checks') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {