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:47:56 UTC

[hbase] branch branch-1 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-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit dc89f991081988662a7afd404b752683c46679cf
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 8a2525b..c3b6207 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'Hadoop'
+      label 'hbase'
     }
   }
   triggers {
@@ -124,7 +124,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         stage ('yetus general check') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           environment {
@@ -195,7 +195,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         stage ('yetus jdk7 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           when {
@@ -277,7 +277,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         stage ('yetus jdk8 hadoop2 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           environment {
@@ -356,7 +356,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         stage ('yetus jdk8 hadoop3 checks') {
           agent {
             node {
-              label 'Hadoop'
+              label 'hbase'
             }
           }
           when {