You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/05/18 11:01:24 UTC

[phoenix] branch master updated: PHOENIX-6717 Remove Hbase 2.1 and 2.2 from post-commit Jenkins job

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 8aa825ed88 PHOENIX-6717 Remove Hbase 2.1 and 2.2 from post-commit Jenkins job
8aa825ed88 is described below

commit 8aa825ed88828a99d40fdb68eb2f930981cd8a6b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed May 18 06:11:54 2022 +0200

    PHOENIX-6717 Remove Hbase 2.1 and 2.2 from post-commit Jenkins job
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7521e48c8a..aa098ba604 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ pipeline {
                 axes {
                     axis {
                         name 'HBASE_PROFILE'
-                        values '2.1', '2.2', '2.3', '2.4'
+                        values '2.3', '2.4'
                     }
                 }