This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit c2a4f018e8d31c048d63042f80be6fcb0621be7e Author: Duo Zhang <[email protected]> AuthorDate: Mon Jan 13 20:31:26 2025 +0800 HBASE-29067 Addendum fix syntax error (cherry picked from commit 1e740bcd0bd91290580bc759d89fe5bbac5029ed) --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 5b9a08545ed..4e7fba68aa0 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -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 * *')
