This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch update-erlang-versions-ci in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 74fd408c03b1ebcac55276a8be66c14e5ed59cb1 Author: Adam Kocoloski <[email protected]> AuthorDate: Wed Jan 12 13:58:47 2022 -0500 Update Jenkins Erlang versions, add 24 --- build-aux/Jenkinsfile.pr | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index b230a1b..b11b74a 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -50,7 +50,7 @@ pipeline { // Search for ERLANG_VERSION // see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot // be done parametrically - LOW_ERLANG_VER = '21.3.8.22' + LOW_ERLANG_VER = '21.3.8.24' } options { @@ -108,8 +108,7 @@ pipeline { axes { axis { name 'ERLANG_VERSION' - // kerl can't build 24 yet - values '21.3.8.22', '22.3.4.17', '23.3.1' + values '21.3.8.24', '22.3.4.24', '23.3.4.10', '24.2' } }
