Integrations

RhodeCode Enterprise supports integrations with external services for various events, such as commit pushes and pull requests. Multiple integrations of the same type can be added at the same time; this is useful for posting different events to different Slack channels, for example.

Supported integrations

Type/Name RhodeCode Edition Description
Webhook integration Community Trigger events as json to a custom url
Slack integration Community Integrate with https://slack.com/
Hipchat integration Community Integrate with https://www.hipchat.com/
Email integration Community Send repo push commits by email
CI Server integration Community Trigger Builds for Common CI Systems
rcextensions integrations Community Advanced low-level integration framework
Jenkins integration Enterprise Trigger Builds for Jenkins CI System
Redmine integration Enterprise Close/Resolve/Reference Redmine issues
JIRA integration Enterprise Close/Resolve/Reference JIRA issues

Creating an Integration

Integrations can be added globally via the admin UI:

Admin ‣ Integrations

or per repository in each repository’s settings:

Admin ‣ Repositories ‣ Edit ‣ Integrations

To create an integration, select the type from the list in the Create New Integration section.

The Current Integrations section shows existing integrations that have been created along with their type (eg. Slack) and enabled status.

See pages specific to each type of integration for more instructions: