This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit fbd1d4d295cdf48e11fd18ceb6a13c8c34fdfa3b 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 edfe98794a5..6b2e9eee631 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 * *')
