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 2020/10/29 23:39:08 UTC

[couchdb] branch 3.x updated: Jenkins: do not alwaysPull true (#3233)

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

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


The following commit(s) were added to refs/heads/3.x by this push:
     new 077b09c  Jenkins: do not alwaysPull true (#3233)
077b09c is described below

commit 077b09cb21dc8dbb6d52d8d81b2afc33bca835fe
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Thu Oct 29 23:38:41 2020 +0000

    Jenkins: do not alwaysPull true (#3233)
---
 build-aux/Jenkinsfile.full | 12 ------------
 build-aux/Jenkinsfile.pr   |  2 --
 2 files changed, 14 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 5f99da6..2a4692c 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -83,7 +83,6 @@ pipeline {
           label 'docker'
           image 'couchdbdev/debian-stretch-erlang-20.3.8.25-1:latest'
           args "${DOCKER_ARGS}"
-          alwaysPull true
         }
       }
       options {
@@ -201,7 +200,6 @@ pipeline {
               image 'couchdbdev/centos-6-erlang-20.3.8.25-1:latest'
               label 'docker'
               args "${DOCKER_ARGS}"
-              alwaysPull true
             }
           }
           environment {
@@ -245,7 +243,6 @@ pipeline {
               image 'couchdbdev/centos-7-erlang-20.3.8.25-1:latest'
               label 'docker'
               args "${DOCKER_ARGS}"
-              alwaysPull true
             }
           }
           environment {
@@ -290,7 +287,6 @@ pipeline {
               image 'couchdbdev/centos-8-erlang-20.3.8.25-1:latest'
               label 'docker'
               args "${DOCKER_ARGS}"
-              alwaysPull true
             }
           }
           environment {
@@ -335,7 +331,6 @@ pipeline {
               image 'couchdbdev/ubuntu-xenial-erlang-20.3.8.25-1:latest'
               label 'docker'
               args "${DOCKER_ARGS}"
-              alwaysPull true
             }
           }
           environment {
@@ -378,7 +373,6 @@ pipeline {
             docker {
               image 'couchdbdev/ubuntu-bionic-erlang-20.3.8.25-1:latest'
               label 'docker'
-              alwaysPull true
               args "${DOCKER_ARGS}"
             }
           }
@@ -422,7 +416,6 @@ pipeline {
             docker {
               image 'couchdbdev/ubuntu-focal-erlang-20.3.8.25-1:latest'
               label 'docker'
-              alwaysPull true
               args "${DOCKER_ARGS}"
             }
           }
@@ -466,7 +459,6 @@ pipeline {
             docker {
               image 'couchdbdev/debian-stretch-erlang-20.3.8.25-1:latest'
               label 'docker'
-              alwaysPull true
               args "${DOCKER_ARGS}"
             }
           }
@@ -510,7 +502,6 @@ pipeline {
             docker {
               image 'couchdbdev/debian-buster-erlang-20.3.8.25-1:latest'
               label 'docker'
-              alwaysPull true
               args "${DOCKER_ARGS}"
             }
           }
@@ -554,7 +545,6 @@ pipeline {
             docker {
               image 'couchdbdev/arm64v8-debian-buster-erlang-20.3.8.25-1:latest'
               label 'arm64v8'
-              alwaysPull true
               args "${DOCKER_ARGS}"
             }
           }
@@ -602,7 +592,6 @@ pipeline {
 //            docker {
 //              image 'couchdbdev/ppc64le-debian-buster-erlang-20.3.8.25-1:latest'
 //              label 'ppc64le'
-//              alwaysPull true
 //              args "${DOCKER_ARGS}"
 //            }
 //          }
@@ -716,7 +705,6 @@ pipeline {
         docker {
           image 'couchdbdev/debian-buster-erlang-20.3.8.25-1:latest'
           label 'docker'
-          alwaysPull true
           args "${DOCKER_ARGS}"
         }
       }
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 001fd59..718dba1 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -69,7 +69,6 @@ pipeline {
           image "${DOCKER_IMAGE}"
           label 'docker'
           args "${DOCKER_ARGS}"
-          alwaysPull true
         }
       }
       options {
@@ -117,7 +116,6 @@ pipeline {
                 image "${DOCKER_IMAGE}"
                 label 'docker'
                 args "${DOCKER_ARGS}"
-                alwaysPull true
               }
             }
             environment {