HBASE-22913 Use Hadoop label for nightly builds (#532)

HBase, a Hadoop related project, must use the Hadoop label please.
This build, and others are starving the 'ubuntu' label which other projects need to use.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Gav 2019-08-24 09:51:26 +01:00 committed by Duo Zhang
parent 6e7dd9c7fd
commit 15b0bab120
1 changed files with 1 additions and 1 deletions

View File

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