Skip to content

Commit be5f048

Browse files
gmcdonaldApache9
authored andcommitted
HBASE-22913 Use Hadoop label for nightly builds (apache#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>
1 parent 17cf5b0 commit be5f048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pipeline {
1818
agent {
1919
node {
20-
label 'ubuntu'
20+
label 'Hadoop'
2121
}
2222
}
2323
triggers {

0 commit comments

Comments
 (0)