HBASE-26749 Addendum cleanup Hadoop label reference in Jenkinsfile_GitHub
This commit is contained in:
parent
e3c6b00dc7
commit
ccd908f218
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue