Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"

This reverts commit 5351aca8a1.
This commit is contained in:
Duo Zhang 2020-10-01 22:15:15 +08:00
parent a0b3d6276f
commit 11a336a74a
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
pipeline {
agent {
label 'hbase'
label 'Hadoop'
}
options {
@ -66,7 +66,7 @@ pipeline {
stage ('yetus general check') {
agent {
node {
label 'hbase'
label 'Hadoop'
}
}
environment {
@ -152,7 +152,7 @@ pipeline {
stage ('yetus jdk8 Hadoop3 checks') {
agent {
node {
label 'hbase'
label 'Hadoop'
}
}
environment {
@ -252,7 +252,7 @@ pipeline {
stage ('yetus jdk11 hadoop3 checks') {
agent {
node {
label 'hbase'
label 'Hadoop'
}
}
environment {