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 2019/12/16 21:56:44 UTC

[GitHub] [couchdb] wohali opened a new pull request #2367: [WIP] Rework CI setup

wohali opened a new pull request #2367: [WIP] Rework CI setup
URL: https://github.com/apache/couchdb/pull/2367
 
 
   This commit:
   
   * Removes Travis CI from the build (no more .travis.yml) and our README file
   * Moves Jenkinsfile to `build-aux/Jenkinsfile.full` and updates the version of Erlang used in all steps to `20.3.8.24-1` (Erlang Solutions packages)
   * Introduces a new `build-aux/Jenkinsfile.pr` that just builds CouchDB against the 3 most important versions of Erlang, intended for use when building PRs, using a special `debian-buster-erlang-all` image that has `kerl` builds of those 3 versions of Erlang
   
   ## TODO
   1. Once DNS is updated & Jenkins is ready, move pointer in README for Jenkins badge to correct job in new Jenkins host
   1. Finish setting up Jenkins for multibranch pipeline, correctly, so it builds PRs, including PRs not from branches in the same repo (fork branches) and gets told about those through webhooks

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services