Skip to content

Commit

Permalink
HBASE-29067 Addendum fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Jan 13, 2025
1 parent 670deaa commit 1e740bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
pollSCM('H H 1-31/3 * *')
} else if (env.BRANCH_NAME == 'branch-3') {
pollSCM('H H 1-31/3 * *')
else if (env.BRANCH_NAME == 'branch-2') {
} else if (env.BRANCH_NAME == 'branch-2') {
pollSCM('H H 2-31/3 * *')
} else {
pollSCM('H H 3-31/3 * *')
Expand Down

0 comments on commit 1e740bc

Please sign in to comment.