• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. Integrations
    2. Integrations 0.5 Release Notes
  • Home
  • Integrations 4.0.1 Release Notes
  • Integrations 4.0 Release Notes
  • Integrations 3.1.1 Release Notes
  • Integrations 3.1 Release Notes
  • Integrations 3.0.2 Release Notes
  • Integrations 3.0.1 Release Notes
  • Integrations 3.0 Release Notes
  • Integrations 3.0 Beta 1 Release Notes
  • Integrations 2.0.3 Release Notes
  • Integrations 2.0.2 Release Notes
  • Integrations 2.0.1 Release Notes
  • Integrations 2.0 Release Notes
  • Integrations 2.0 Beta 1 Release Notes
  • Integrations 1.0.1 Release Notes
  • Integrations 1.0 Release Notes
  • Integrations 0.5 Release Notes
  • Integrations 0.5 RC 1 Release Notes
  • Integrations 0.5 Beta 2 Release Notes
  • Integrations 0.5 Beta 1 Release Notes
  • General Index
  • Release Notes
  • Integrations 0.5 Release Notes¶

    Release date: November 20, 2017

    Welcome to the first stable release of the Review Board Integrations extension. This adds a handful of third-party integrations to Review Board. It’s maintained independently of Review Board, allowing us to supply fixes and features without requiring an upgrade of Review Board itself.

    Review Board 3.0 is required for the integrations 0.5.x releases.

    CircleCI Integration¶

    CircleCI is a popular continuous integration service used to automatically build software and run tests to ensure code quality and repeated testing.

    Our integration requires CircleCI 2.0, and only works with repositories hosted on GitHub or Bitbucket. You will need to make manual changes to the .circleci/config.yml in the repository.

    Learn more

    Slack Integration¶

    Slack is a popular team communication service used by companies of all sizes. Our Slack integration can be configured to communicate with one or more Slack channels, as well as customize what event notifications are sent.

    ../_images/0.5-example-notification.png

    Learn more

    Travis CI Integration¶

    Travis CI is a continuous integration service used by both open source products and companies. It only works with GitHub repositories.

    Configuration works a bit differently from CircleCI. Due to current restrictions when working with Travis CI’s API, all builds will show up in the main “Branches” view, which won’t differentiate between builds from commits and builds from Review Board. In order to avoid polluting this for a production Travis CI project, we recommend creating a branch used solely for review requests (such as review-requests/master or review-requests/1.0.x) on the GitHub repository and set that branch in the Travis CI integration configuration.

    The integration will use a custom version of the existing Travis CI configuration for your repository when performing a build. It will update the script section to fetch the patch from Review Board, and will update the notifications section to enable a WebHook for notifying Review Board about the status of the build. It will also add special environment variables used as part of the notification process.

    Learn more

    Contributors¶

    • Barret Rennie

    • Christian Hammond

    • David Trowbridge

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • CircleCI Integration
    • Slack Integration
    • Travis CI Integration
    • Contributors