You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/06/28 06:44:55 UTC

[GitHub] [couchdb] nickva commented on a diff in pull request #4062: Update Jenkins

nickva commented on code in PR #4062:
URL: https://github.com/apache/couchdb/pull/4062#discussion_r908095959


##########
build-aux/Jenkinsfile.full:
##########
@@ -47,6 +47,12 @@ meta = [
     image: "apache/couchdbci-ubuntu:focal-erlang-${ERLANG_VERSION}"
   ],
 
+  'jammy': [
+      name: 'Ubuntu 22.04',
+      spidermonkey_vsn: '91',
+      image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}"

Review Comment:
   I pushed it in https://github.com/apache/couchdb-ci/pull/38 as a `apache/couchdbci-ubuntu:jammy-erlang-default` default there is the erlang 24 version. 
   
   If it fails with pidermonkey_vsn: '91', can try with `78` as it has both of them available in the apt repo.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org