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 21:49:44 UTC

[couchdb] 01/01: Fix Ubuntu Jammy CI image reference

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

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

commit 11788a5ac533a77a0de34d4fbc3a95650b5a2eab
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': [