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 22:03:42 UTC

[couchdb] branch jenkins-no-alwayspull created (now 4abaabc)

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

wohali pushed a change to branch jenkins-no-alwayspull
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 4abaabc  Jenkins: do not alwaysPull true

This branch includes the following new commits:

     new 4abaabc  Jenkins: do not alwaysPull true

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Jenkins: do not alwaysPull true

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch jenkins-no-alwayspull
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4abaabc972ab5d219e2909994d5a54901c350a96
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Oct 29 14:05:04 2020 -0400

    Jenkins: do not alwaysPull true
---
 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 {