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 a5858b9  Replace R16B03 with 17.5.3 for PR#1427
a5858b9 is described below

commit a5858b99506dfcd843e8edb9ed06c85d783b0545
Author: Joan Touzet <[email protected]>
AuthorDate: Fri Jul 13 11:34:39 2018 -0400

    Replace R16B03 with 17.5.3 for PR#1427
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e8141c..46fb723 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,13 +39,13 @@ pipeline {
       }
       steps {
         // This image has the oldest Erlang we support, 16B03
-        sh 'docker pull couchdbdev/ubuntu-trusty-erlang-default:latest'
+        sh 'docker pull couchdbdev/debian-jessie-erlang-17.5.3:latest'
         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/ubuntu-trusty-erlang-default', args: '-e npm_config_cache=npm-cache 
-e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
+          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') {
             sh '''
               set
               rm -rf apache-couchdb-*

Reply via email to