Skip to content

Commit d980770

Browse files
gmcdonaldApache9
authored andcommitted
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>
1 parent a0898a2 commit d980770

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)