HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)

This commit is contained in:
Duo Zhang 2020-10-01 14:32:49 +08:00 committed by GitHub
parent 1ce1cf66dd
commit e663f098d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
pipeline { pipeline {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
triggers { triggers {
@ -192,7 +192,7 @@ pipeline {
stage ('yetus general check') { stage ('yetus general check') {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
environment { environment {
@ -257,7 +257,7 @@ pipeline {
stage ('yetus jdk7 checks') { stage ('yetus jdk7 checks') {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
when { when {
@ -338,7 +338,7 @@ pipeline {
stage ('yetus jdk8 hadoop2 checks') { stage ('yetus jdk8 hadoop2 checks') {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
when { when {
@ -419,7 +419,7 @@ pipeline {
stage ('yetus jdk8 hadoop3 checks') { stage ('yetus jdk8 hadoop3 checks') {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
when { when {
@ -504,7 +504,7 @@ pipeline {
stage ('yetus jdk11 hadoop3 checks') { stage ('yetus jdk11 hadoop3 checks') {
agent { agent {
node { node {
label 'Hadoop' label 'hbase'
} }
} }
when { when {