Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
This reverts commit b568b3e5a6b443ea8c850ae83184291ba93389ba.
This commit is contained in:
parent
fe937242c1
commit
217174cdd7
@ -18,7 +18,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
label 'hbase'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
@ -66,7 +66,7 @@ pipeline {
|
|||||||
stage ('yetus general check') {
|
stage ('yetus general check') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'hbase'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
@ -152,7 +152,7 @@ pipeline {
|
|||||||
stage ('yetus jdk8 Hadoop2 checks') {
|
stage ('yetus jdk8 Hadoop2 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'hbase'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
@ -252,7 +252,7 @@ pipeline {
|
|||||||
stage ('yetus jdk11 hadoop3 checks') {
|
stage ('yetus jdk11 hadoop3 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'hbase'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user