summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2021-04-27 11:21:39 -0400
committerAdam Kocoloski <kocolosk@apache.org>2021-04-27 11:21:39 -0400
commit4a7dfb48555b985dee89676c31f8ce75a485abf0 (patch)
treec4b330b9cf01cd85030c15f0e972132831068785
parent0d4bfbd92a2492a07d8a36b94d82b5621163ff73 (diff)
downloadcouchdb-4a7dfb48555b985dee89676c31f8ce75a485abf0.tar.gz
Revert to Erlang 21.3.8.17 for platform matrix
ESL packages are not (yet?) available for 21.3.8.{18-22}
-rw-r--r--build-aux/Jenkinsfile.full26
1 files changed, 13 insertions, 13 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index c470164a0..9b6474513 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -81,7 +81,7 @@ pipeline {
agent {
docker {
label 'docker'
- image 'apache/couchdbci-debian:buster-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-debian:buster-erlang-21.3.8.17-1'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
registryCredentialsId 'dockerhub_creds'
@@ -199,7 +199,7 @@ pipeline {
stage('CentOS 7') {
agent {
docker {
- image 'apache/couchdbci-centos:7-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-centos:7-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -245,7 +245,7 @@ pipeline {
stage('CentOS 8') {
agent {
docker {
- image 'apache/couchdbci-centos:8-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-centos:8-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -291,7 +291,7 @@ pipeline {
stage('Ubuntu Xenial') {
agent {
docker {
- image 'apache/couchdbci-ubuntu:xenial-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-ubuntu:xenial-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -336,7 +336,7 @@ pipeline {
stage('Ubuntu Bionic') {
agent {
docker {
- image 'apache/couchdbci-ubuntu:bionic-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-ubuntu:bionic-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -381,7 +381,7 @@ pipeline {
stage('Ubuntu Focal') {
agent {
docker {
- image 'apache/couchdbci-ubuntu:focal-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-ubuntu:focal-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -426,7 +426,7 @@ pipeline {
stage('Debian Stretch') {
agent {
docker {
- image 'apache/couchdbci-debian:stretch-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-debian:stretch-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -471,7 +471,7 @@ pipeline {
stage('Debian Buster amd64') {
agent {
docker {
- image 'apache/couchdbci-debian:buster-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-debian:buster-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -517,7 +517,7 @@ pipeline {
when { expression { return false } }
agent {
docker {
- image 'apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.17-1'
label 'arm64v8'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'
@@ -566,7 +566,7 @@ pipeline {
// stage('Debian Buster ppc64le') {
// agent {
// docker {
-// image 'apache/couchdbci-debian:ppc64le-buster-erlang-21.3.8.22-1'
+// image 'apache/couchdbci-debian:ppc64le-buster-erlang-21.3.8.17-1'
// label 'ppc64le'
// args "${DOCKER_ARGS}"
// registryUrl 'https://docker.io/'
@@ -636,12 +636,12 @@ pipeline {
}
stage('Pull latest docker image') {
steps {
- sh "docker pull apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.22-1"
+ sh "docker pull apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.17-1"
}
}
stage('Build from tarball & test & packages') {
steps {
- withDockerContainer(image: "apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.22-1", args: "${DOCKER_ARGS}") {
+ withDockerContainer(image: "apache/couchdbci-debian:arm64v8-buster-erlang-21.3.8.17-1", args: "${DOCKER_ARGS}") {
unstash 'tarball'
withEnv(['MIX_HOME='+pwd(), 'HEX_HOME='+pwd()]) {
sh( script: build_and_test )
@@ -681,7 +681,7 @@ pipeline {
agent {
docker {
- image 'apache/couchdbci-debian:buster-erlang-21.3.8.22-1'
+ image 'apache/couchdbci-debian:buster-erlang-21.3.8.17-1'
label 'docker'
args "${DOCKER_ARGS}"
registryUrl 'https://docker.io/'