This is an automated email from the ASF dual-hosted git repository.
richardantal pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new dfe27b9f91 PHOENIX-7333 Add HBase 2.6 profile to multibranch Jenkins
job
dfe27b9f91 is described below
commit dfe27b9f916b99dab0daa81acad4eb063e86e714
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Jun 19 09:13:29 2024 +0200
PHOENIX-7333 Add HBase 2.6 profile to multibranch Jenkins job
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ae343ecdd0..2882405ed8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ pipeline {
axes {
axis {
name 'HBASE_PROFILE'
- values '2.4', '2.5'
+ values '2.4', '2.5', '2.6'
}
}