summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2021-04-14 12:08:36 -0400
committerJoan Touzet <joant@atypical.net>2021-04-14 12:17:15 -0400
commit956ec4e6fb7187d0a2ae3fd85f08be2e091de5be (patch)
tree017314ad73b924c767f8b52c61f1a2f871f02c9d
parent1d987aed7d964e6346df3f128d54444dc2724da1 (diff)
downloadcouchdb-jenkins-creds.tar.gz
Add docker creds to CI runjenkins-creds
-rw-r--r--build-aux/Jenkinsfile.full22
-rw-r--r--build-aux/Jenkinsfile.pr2
2 files changed, 24 insertions, 0 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 208723e4b..1c93472be 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -83,6 +83,8 @@ pipeline {
label 'docker'
image 'apache/couchdbci-debian:buster-erlang-20.3.8.26-1'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
options {
@@ -200,6 +202,8 @@ pipeline {
image 'apache/couchdbci-centos:7-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -244,6 +248,8 @@ pipeline {
image 'apache/couchdbci-centos:8-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -288,6 +294,8 @@ pipeline {
image 'apache/couchdbci-ubuntu:xenial-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -331,6 +339,8 @@ pipeline {
image 'apache/couchdbci-ubuntu:bionic-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -374,6 +384,8 @@ pipeline {
image 'apache/couchdbci-ubuntu:focal-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -417,6 +429,8 @@ pipeline {
image 'apache/couchdbci-debian:stretch-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -460,6 +474,8 @@ pipeline {
image 'apache/couchdbci-debian:buster-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -503,6 +519,8 @@ pipeline {
image 'apache/couchdbci-debian:arm64v8-buster-erlang-20.3.8.26-1'
label 'arm64v8'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
environment {
@@ -550,6 +568,8 @@ pipeline {
// image 'apache/couchdbci-debian:ppc64le-buster-erlang-20.3.8.26-1'
// label 'ppc64le'
// args "${DOCKER_ARGS}"
+// registryUrl 'https://docker.io/'
+// registryCredentialsId 'dockerhub_creds'
// }
// }
// environment {
@@ -663,6 +683,8 @@ pipeline {
image 'apache/couchdbci-debian:buster-erlang-20.3.8.26-1'
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
options {
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 46cda1d70..8f9d6f1d7 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -69,6 +69,8 @@ pipeline {
image "${DOCKER_IMAGE}"
label 'docker'
args "${DOCKER_ARGS}"
+ registryUrl 'https://docker.io/'
+ registryCredentialsId 'dockerhub_creds'
}
}
options {