HBASE-25132 Migrate flaky test jenkins job from Hadoop to hbase (#2485)

This commit is contained in:
Duo Zhang 2020-10-01 14:30:27 +08:00 committed by GitHub
parent ee02e673b7
commit 1ce1cf66dd
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 {