You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/07 16:37:56 UTC

[couchdb] branch master updated (1169c44 -> 1af17e0)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 1169c44  Match the OOM beahvior of 1.8.5
     add 1af17e0  Rework CI setup (#2367)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                               |  87 ------------
 README.rst                                |  15 +-
 Jenkinsfile => build-aux/Jenkinsfile.full | 223 ++++++++++++++++++------------
 build-aux/Jenkinsfile.pr                  | 145 +++++++++++++++++++
 build-aux/README.Jenkins                  | 149 ++++++++++++++++++++
 5 files changed, 431 insertions(+), 188 deletions(-)
 delete mode 100644 .travis.yml
 rename Jenkinsfile => build-aux/Jenkinsfile.full (75%)
 create mode 100644 build-aux/Jenkinsfile.pr
 create mode 100644 build-aux/README.Jenkins