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 committed by GitHub
parent 1ce1cf66dd
commit e663f098d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

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'
}
}
when {
@ -419,7 +419,7 @@ pipeline {
stage ('yetus jdk8 hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
when {
@ -504,7 +504,7 @@ pipeline {
stage ('yetus jdk11 hadoop3 checks') {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
when {