HBASE-26749 Addendum cleanup Hadoop label reference in Jenkinsfile_GitHub

This commit is contained in:
Duo Zhang 2022-02-11 11:36:51 +08:00
parent e3c6b00dc7
commit ccd908f218
1 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ pipeline {
stage ('yetus general check') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
environment {
@ -192,7 +192,7 @@ pipeline {
stage ('yetus jdk8 Hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
environment {
@ -323,7 +323,7 @@ pipeline {
stage ('yetus jdk11 hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
environment {