Skip to content

Commit c62d196

Browse files
committed
HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)
1 parent 95f1834 commit c62d196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-support/Jenkinsfile_GitHub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
pipeline {
1919

2020
agent {
21-
label 'Hadoop'
21+
label 'hbase'
2222
}
2323

2424
options {
@@ -66,7 +66,7 @@ pipeline {
6666
stage ('yetus general check') {
6767
agent {
6868
node {
69-
label 'Hadoop'
69+
label 'hbase'
7070
}
7171
}
7272
environment {
@@ -152,7 +152,7 @@ pipeline {
152152
stage ('yetus jdk8 Hadoop2 checks') {
153153
agent {
154154
node {
155-
label 'Hadoop'
155+
label 'hbase'
156156
}
157157
}
158158
environment {
@@ -252,7 +252,7 @@ pipeline {
252252
stage ('yetus jdk11 hadoop3 checks') {
253253
agent {
254254
node {
255-
label 'Hadoop'
255+
label 'hbase'
256256
}
257257
}
258258
environment {

0 commit comments

Comments
 (0)