From f7a4cbd78c456f797713a40fd62836078199447f Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Thu, 1 Oct 2020 14:32:49 +0800 Subject: [PATCH] HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487) --- dev-support/Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 6bcb117fd27..1031737e7f9 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { agent { node { - label 'Hadoop' + label 'hbase' } } triggers { @@ -192,7 +192,7 @@ pipeline { stage ('yetus general check') { agent { node { - label 'Hadoop' + label 'hbase' } } environment { @@ -257,7 +257,7 @@ pipeline { stage ('yetus jdk7 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } when { @@ -338,7 +338,7 @@ pipeline { stage ('yetus jdk8 hadoop2 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } environment { @@ -416,7 +416,7 @@ pipeline { stage ('yetus jdk8 hadoop3 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } when { @@ -501,7 +501,7 @@ pipeline { stage ('yetus jdk11 hadoop3 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } when {