This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 1e740bcd0bd HBASE-29067 Addendum fix syntax error
1e740bcd0bd is described below
commit 1e740bcd0bd91290580bc759d89fe5bbac5029ed
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Jan 13 20:31:26 2025 +0800
HBASE-29067 Addendum fix syntax error
---
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 * *')