HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
This commit is contained in:
parent
e663f098d8
commit
5351aca8a1
|
@ -18,7 +18,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
@ -66,7 +66,7 @@ pipeline {
|
||||||
stage ('yetus general check') {
|
stage ('yetus general check') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
@ -152,7 +152,7 @@ pipeline {
|
||||||
stage ('yetus jdk8 Hadoop3 checks') {
|
stage ('yetus jdk8 Hadoop3 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
@ -252,7 +252,7 @@ pipeline {
|
||||||
stage ('yetus jdk11 hadoop3 checks') {
|
stage ('yetus jdk11 hadoop3 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Reference in New Issue