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:
parent
6e7dd9c7fd
commit
15b0bab120
|
@ -17,7 +17,7 @@
|
|||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
label 'ubuntu'
|
||||
label 'Hadoop'
|
||||
}
|
||||
}
|
||||
triggers {
|
||||
|
|
Loading…
Reference in New Issue