Skip to content

Commit 1e740bc

Browse files
committed
HBASE-29067 Addendum fix syntax error
1 parent 670deaa commit 1e740bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
pollSCM('H H 1-31/3 * *')
2626
} else if (env.BRANCH_NAME == 'branch-3') {
2727
pollSCM('H H 1-31/3 * *')
28-
else if (env.BRANCH_NAME == 'branch-2') {
28+
} else if (env.BRANCH_NAME == 'branch-2') {
2929
pollSCM('H H 2-31/3 * *')
3030
} else {
3131
pollSCM('H H 3-31/3 * *')

0 commit comments

Comments
 (0)