summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-01-05 16:47:58 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-01-05 17:38:03 -0500
commit0d29e16e6f97fa340d345d808fac23dee93f7643 (patch)
tree208173d9d393d659849d7c2cdf9aaa542850a23d /build-aux
parentac70fc05b329bc3d28879898b3bde928c073998b (diff)
downloadcouchdb-0d29e16e6f97fa340d345d808fac23dee93f7643.tar.gz
Fix Ubuntu Jammy CI image reference
Just make it use the Erlang 24 version like all the other images
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 1 insertions, 1 deletions
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': [