This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 8ef3b79e99 PHOENIX-7333 Add HBase 2.6 profile to multibranch Jenkins
job
8ef3b79e99 is described below
commit 8ef3b79e99e6cf294cd2aeb87b48df82a78c2e47
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'
}
}