diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2023-01-05 16:47:58 -0500 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2023-01-06 10:34:42 +0100 |
commit | 1117b85b760c1385a7f04f6cec1123853874e9ea (patch) | |
tree | 395058fc6dac677f6d995750cfc1bef7e28f9fd2 | |
parent | 5c1659f3e4b794a9a8228eb3f502df3cf3ea09ac (diff) | |
download | couchdb-1117b85b760c1385a7f04f6cec1123853874e9ea.tar.gz |
Fix Ubuntu Jammy CI image reference
Just make it use the Erlang 24 version like all the other images
-rw-r--r-- | build-aux/Jenkinsfile.full | 2 |
1 files changed, 1 insertions, 1 deletions
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': [ |