summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-10-29 23:37:01 +0000
committerGitHub <noreply@github.com>2020-10-29 23:37:01 +0000
commit4d8b69acba544a9885bdf8fe68dd13f58cc215cc (patch)
treef109b1bddca7a5e2bca181b76c41ec2bfff92c0e
parentdfb27b48af05ba99c5dd47247580d7f14b7764a6 (diff)
downloadcouchdb-4d8b69acba544a9885bdf8fe68dd13f58cc215cc.tar.gz
Jenkins: do not alwaysPull true (#3234)
-rw-r--r--build-aux/Jenkinsfile.full12
-rw-r--r--build-aux/Jenkinsfile.pr2
2 files changed, 0 insertions, 14 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 5f99da6cf..2a4692c34 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 001fd59ca..718dba10d 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 {