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

vatamane pushed a commit to branch jenkins-upgrade-erlangs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 50ea84b5e20930044dbf59b0ae2793eece4ac228
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sun Sep 14 22:21:26 2025 -0400

    Use upgraded Erlang CI images
---
 build-aux/Jenkinsfile.full | 4 ++--
 build-aux/Jenkinsfile.pr   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index adfdc597c..b47a9669f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -14,11 +14,11 @@
 // the License.
 
 // Erlang version embedded in binary packages
-ERLANG_VERSION = '26.2.5.13'
+ERLANG_VERSION = '26.2.5.15'
 
 // Erlang version used for rebar in release process. CouchDB will not build 
from
 // the release tarball on Erlang versions older than this
-MINIMUM_ERLANG_VERSION = '26.2.5.13'
+MINIMUM_ERLANG_VERSION = '26.2.5.15'
 
 // We create parallel build / test / package stages for each OS using the 
metadata
 // in this map. Adding a new OS should ideally only involve adding a new entry 
here.
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index fcd3a8a79..c250db1c6 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 = '26.2.5.13'
+    LOW_ERLANG_VER = '26.2.5.15'
   }
 
   options {
@@ -247,7 +247,7 @@ pipeline {
         axes {
           axis {
             name 'ERLANG_VERSION'
-            values '26.2.5.13', '27.3.4.1', '28.0.1'
+            values '26.2.5.15', '27.3.4.3', '28.0.4'
           }
           axis {
             name 'SM_VSN'

Reply via email to