You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/06 09:35:10 UTC

[couchdb] 02/03: Fix Ubuntu Jammy CI image reference

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

jan pushed a commit to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1117b85b760c1385a7f04f6cec1123853874e9ea
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 ddb99e805..425cfb21b 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': [