Skip to content

Commit ccd908f

Browse files
committed
HBASE-26749 Addendum cleanup Hadoop label reference in Jenkinsfile_GitHub
1 parent e3c6b00 commit ccd908f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dev-support/Jenkinsfile_GitHub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pipeline {
6969
stage ('yetus general check') {
7070
agent {
7171
node {
72-
label 'Hadoop'
72+
label 'hbase'
7373
}
7474
}
7575
environment {
@@ -192,7 +192,7 @@ pipeline {
192192
stage ('yetus jdk8 Hadoop3 checks') {
193193
agent {
194194
node {
195-
label 'Hadoop'
195+
label 'hbase'
196196
}
197197
}
198198
environment {
@@ -323,7 +323,7 @@ pipeline {
323323
stage ('yetus jdk11 hadoop3 checks') {
324324
agent {
325325
node {
326-
label 'Hadoop'
326+
label 'hbase'
327327
}
328328
}
329329
environment {

0 commit comments

Comments
 (0)