HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)

This commit is contained in:
Duo Zhang 2020-10-01 14:32:49 +08:00
parent fc8c12e575
commit f7a4cbd78c

View File

@ -17,7 +17,7 @@
pipeline {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
triggers {
@ -192,7 +192,7 @@ pipeline {
stage ('yetus general check') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
environment {
@ -257,7 +257,7 @@ pipeline {
stage ('yetus jdk7 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
when {
@ -338,7 +338,7 @@ pipeline {
stage ('yetus jdk8 hadoop2 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
environment {
@ -416,7 +416,7 @@ pipeline {
stage ('yetus jdk8 hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
when {
@ -501,7 +501,7 @@ pipeline {
stage ('yetus jdk11 hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
when {