HBASE-25133 Migrate HBase Nightly jenkins job from Hadoop to hbase (#2487)
This commit is contained in:
parent
fc8c12e575
commit
f7a4cbd78c
12
dev-support/Jenkinsfile
vendored
12
dev-support/Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user