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 {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'ubuntu'
|
label 'Hadoop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
|
|
Loading…
Reference in New Issue