Show More
@@ -1,60 +1,58 b'' | |||
|
1 | 1 | .. _integrations: |
|
2 | 2 | |
|
3 | 3 | Integrations |
|
4 | 4 | ------------ |
|
5 | 5 | |
|
6 | 6 | |RCE| supports integrations with external services for various events, |
|
7 | 7 | such as commit pushes and pull requests. Multiple integrations of the same type |
|
8 | 8 | can be added at the same time; this is useful for posting different events to |
|
9 | 9 | different Slack channels, for example. |
|
10 | 10 | |
|
11 | 11 | Supported integrations |
|
12 | 12 | ^^^^^^^^^^^^^^^^^^^^^^ |
|
13 | 13 | |
|
14 | 14 | ================================ ================== ======================================== |
|
15 | 15 | Type/Name RhodeCode Edition Description |
|
16 | 16 | ================================ ================== ======================================== |
|
17 | 17 | :ref:`integrations-webhook` |RCCEshort| Trigger events as `json` to a custom url |
|
18 | 18 | :ref:`integrations-slack` |RCCEshort| Integrate with https://slack.com/ |
|
19 | :ref:`integrations-hipchat` |RCCEshort| Integrate with https://www.hipchat.com/ | |
|
20 | 19 | :ref:`integrations-email` |RCCEshort| Send repo push commits by email |
|
21 | 20 | :ref:`integrations-ci` |RCCEshort| Trigger Builds for Common CI Systems |
|
22 | 21 | :ref:`integrations-rcextensions` |RCCEshort| Advanced low-level integration framework |
|
23 | 22 | |
|
24 | 23 | :ref:`integrations-jenkins` |RCEEshort| Trigger Builds for Jenkins CI System |
|
25 | 24 | :ref:`integrations-redmine` |RCEEshort| Close/Resolve/Reference Redmine issues |
|
26 | 25 | :ref:`integrations-jira` |RCEEshort| Close/Resolve/Reference JIRA issues |
|
27 | 26 | ================================ ================== ======================================== |
|
28 | 27 | |
|
29 | 28 | .. _creating-integrations: |
|
30 | 29 | |
|
31 | 30 | Creating an Integration |
|
32 | 31 | ^^^^^^^^^^^^^^^^^^^^^^^ |
|
33 | 32 | |
|
34 | 33 | Integrations can be added globally via the admin UI: |
|
35 | 34 | |
|
36 | 35 | :menuselection:`Admin --> Integrations` |
|
37 | 36 | |
|
38 | 37 | or per repository in each repository's settings: |
|
39 | 38 | |
|
40 | 39 | :menuselection:`Admin --> Repositories --> Edit --> Integrations` |
|
41 | 40 | |
|
42 | 41 | To create an integration, select the type from the list in the *Create New |
|
43 | 42 | Integration* section. |
|
44 | 43 | |
|
45 | 44 | The *Current Integrations* section shows existing integrations that have been |
|
46 | 45 | created along with their type (eg. Slack) and enabled status. |
|
47 | 46 | |
|
48 | 47 | See pages specific to each type of integration for more instructions: |
|
49 | 48 | |
|
50 | 49 | .. toctree:: |
|
51 | 50 | |
|
52 | 51 | slack |
|
53 | hipchat | |
|
54 | 52 | redmine |
|
55 | 53 | jira |
|
56 | 54 | webhook |
|
57 | 55 | |
|
58 | 56 | ci |
|
59 | 57 | jenkins |
|
60 | 58 | integrations-rcextensions |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now