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:48:21 UTC

[hbase] branch branch-2.2 updated: HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)

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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new c0a8132  HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)
c0a8132 is described below

commit c0a8132d49e983fff6213a36626c96ea90ebcf15
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 1 14:46:03 2020 +0800

    HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)
---
 dev-support/Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 412a6cb..8fdd984 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'Hadoop'
+      label 'hbase'
     }
   }
   triggers {
@@ -187,7 +187,7 @@ pipeline {
         stage ('yetus general check') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           environment {
@@ -256,7 +256,7 @@ pipeline {
         stage ('yetus jdk7 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           when {
@@ -337,7 +337,7 @@ pipeline {
         stage ('yetus jdk8 hadoop2 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           environment {
@@ -417,7 +417,7 @@ pipeline {
         stage ('yetus jdk8 hadoop3 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           when {