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 2021/09/14 07:15:29 UTC

[phoenix] branch 4.x updated: PHOENIX-6540 Drop Hbase 1.3 support from 4.x branch (addendum: remove 1.3 profile from Jenkinsfile for post-commit job)

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 5bb1376  PHOENIX-6540 Drop Hbase 1.3 support from 4.x branch (addendum: remove 1.3 profile from Jenkinsfile for post-commit job)
5bb1376 is described below

commit 5bb1376f03b571a7c144f9bfcf97e52dd579c163
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Sep 14 09:14:44 2021 +0200

    PHOENIX-6540 Drop Hbase 1.3 support from 4.x branch (addendum: remove 1.3 profile from Jenkinsfile for post-commit job)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 817643d..2f2d6cb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ pipeline {
                 axes {
                     axis {
                         name 'HBASE_PROFILE'
-                        values '1.3', '1.4', '1.6'
+                        values '1.4', '1.6'
                     }
                 }