You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2021/06/01 15:17:19 UTC

[couchdb] branch jenkins-erlfmt-test created (now 2abf408)

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

bessbd pushed a change to branch jenkins-erlfmt-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 2abf408  Try higher lowest erlang ver

This branch includes the following new commits:

     new 2abf408  Try higher lowest erlang ver

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Try higher lowest erlang ver

Posted by be...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bessbd pushed a commit to branch jenkins-erlfmt-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2abf4080c58b9125de0804ff16b92408bc711a38
Author: Bessenyei Balázs Donát <be...@apache.org>
AuthorDate: Tue Jun 1 17:16:18 2021 +0200

    Try higher lowest erlang ver
---
 build-aux/Jenkinsfile.pr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 8d89b33..b4e6bce 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -50,7 +50,7 @@ pipeline {
     // Search for ERLANG_VERSION
     // see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot
     // be done parametrically
-    LOW_ERLANG_VER = '21.3.8.22'
+    LOW_ERLANG_VER = '22.3.4.17'
   }
 
   options {
@@ -108,7 +108,7 @@ pipeline {
           axis {
             name 'ERLANG_VERSION'
             // kerl can't build 24 yet
-            values '21.3.8.22', '22.3.4.17', '23.3.1'
+            values '22.3.4.17', '23.3.1'
           }
         }