summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-15 13:39:57 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-15 13:39:57 -0500
commit6ef86b01284e52c59ab599c583a88e06eca915b6 (patch)
tree5f87a3eb324f22dadcc2eae275895a40eef9cf76
parent7825197ec9c8c8d0e18b07439aca4011b35c154d (diff)
downloadcouchdb-6ef86b01284e52c59ab599c583a88e06eca915b6.tar.gz
Generate tarball with old Erlang
-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 f438106b6..7efd6a633 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -92,7 +92,7 @@ pipeline {
agent {
docker {
label 'docker'
- image "apache/couchdbci-debian:erlang-${ERLANG_VERSION}"
+ image "apache/couchdbci-debian:erlang-21"
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
registryCredentialsId 'dockerhub_creds'