You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/01/18 16:53:59 UTC

[couchdb] branch master updated: Move Jenkins to use Erlang 19 for initial build step (#1866)

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

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ee35e8  Move Jenkins to use Erlang 19 for initial build step (#1866)
1ee35e8 is described below

commit 1ee35e808b9b3e41b31d1d31246b226308f68a4b
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Fri Jan 18 11:53:55 2019 -0500

    Move Jenkins to use Erlang 19 for initial build step (#1866)
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 46fb723..b793343 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,14 +38,14 @@ pipeline {
         }
       }
       steps {
-        // This image has the oldest Erlang we support, 16B03
-        sh 'docker pull couchdbdev/debian-jessie-erlang-17.5.3:latest'
+        // This image has the oldest Erlang we support, 19
+        sh 'docker pull couchdbdev/debian-stretch-erlang-19.3.6'
         timeout(time: 15, unit: "MINUTES") {
           // https://github.com/jenkins-infra/jenkins.io/blob/master/Jenkinsfile#64
           // We need the jenkins user mapped inside of the image
           // npm config cache below is required because /home/jenkins doesn't
           // ACTUALLY exist in the image
-          withDockerContainer(image: 'couchdbdev/debian-jessie-erlang-17.5.3', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
+          withDockerContainer(image: 'couchdbdev/debian-stretch-erlang-19.3.6', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
             sh '''
               set
               rm -rf apache-couchdb-*