HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
Duo Zhang 2020-09-28 20:01:43 +08:00 committed by GitHub
parent 80ffac29c1
commit fbef545989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
pipeline {
agent {
node {
label 'Hadoop'
label 'hbase'
}
}
triggers {