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