You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/05 22:38:12 UTC

[couchdb] branch main updated: Fix Ubuntu Jammy CI image reference

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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d29e16e6 Fix Ubuntu Jammy CI image reference
0d29e16e6 is described below

commit 0d29e16e6f97fa340d345d808fac23dee93f7643
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Jan 5 16:47:58 2023 -0500

    Fix Ubuntu Jammy CI image reference
    
    Just make it use the Erlang 24 version like all the other images
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 03d2afd0d..efbf1db5a 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -50,7 +50,7 @@ meta = [
   'jammy': [
     name: 'Ubuntu 22.04',
     spidermonkey_vsn: '91',
-    image: "apache/couchdbci-ubuntu:jammy-erlang-default"
+    image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}"
   ],
 
   'buster': [