You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/15 18:40:09 UTC

[couchdb] branch jenkins-bump-erlang-and-debian-versions updated: Generate tarball with old Erlang

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

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-bump-erlang-and-debian-versions by this push:
     new 6ef86b0  Generate tarball with old Erlang
6ef86b0 is described below

commit 6ef86b01284e52c59ab599c583a88e06eca915b6
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 13:39:57 2022 -0500

    Generate tarball with old Erlang
---
 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 f438106..7efd6a6 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'