This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 1c57cdd9429d92622acc49e0324961f747b77dbd Author: Adam Kocoloski <[email protected]> AuthorDate: Thu Jan 20 15:03:41 2022 -0500 More fixes --- build-aux/Jenkinsfile.full | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index c9dac11..88de754 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -61,7 +61,7 @@ meta = [ 'buster-arm64': [ name: 'Debian 10 ARM', - spidermonkey_vsn: '60', + spidermonkey_vsn: '1.8.5', image: "apache/couchdbci-debian:arm64v8-buster-erlang-20.3.8.26-1", node_label: 'arm64v8' ], @@ -69,7 +69,7 @@ meta = [ 'buster-ppc64': [ name: 'Debian 10 POWER', spidermonkey_vsn: '60', - image: "apache/couchdbci-debian:pp64le-buster-erlang-20.3.8.26-1", + image: "apache/couchdbci-debian:ppc64le-buster-erlang-20.3.8.26-1", node_label: 'ppc64le' ],
