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:24:25 UTC

[couchdb] branch jenkins-bump-erlang-and-debian-versions updated: Reorder declarations

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 7825197  Reorder declarations
7825197 is described below

commit 7825197ec9c8c8d0e18b07439aca4011b35c154d
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 13:24:18 2022 -0500

    Reorder declarations
---
 build-aux/Jenkinsfile.full | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 1a7959c..f438106 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -47,6 +47,8 @@ update_qemu = '''
 docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
 '''
 
+ERLANG_VERSION = '24.2'
+
 platform_images = [
   'centos7': "apache/couchdbci-centos:7-erlang-${ERLANG_VERSION}",
   'centos8': "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}",
@@ -74,8 +76,6 @@ pipeline {
     // npm config cache below deals with /home/jenkins not mapping correctly
     // inside the image
     DOCKER_ARGS = '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group'
-
-    ERLANG_VERSION = '24.2'
   }
 
   options {