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
parent f52e5c797f
commit fc8c12e575
1 changed files with 1 additions and 1 deletions

View File

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