|
|
|
|
@ -93,11 +93,11 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `app_store_issuer_id` | string | true | Apple App Store Connect issuer ID. |
|
|
|
|
|
| `app_store_key_id` | string | true | Apple App Store Connect key ID. |
|
|
|
|
|
| `app_store_private_key_file_name` | string | true | Apple App Store Connect private key filename. |
|
|
|
|
|
| `app_store_private_key` | string | true | Apple App Store Connect private key. |
|
|
|
|
|
| `app_store_protected_refs` | boolean | false | Set variables on protected branches and tags only. |
|
|
|
|
|
| `app_store_issuer_id` | string | yes | Apple App Store Connect issuer ID. |
|
|
|
|
|
| `app_store_key_id` | string | yes | Apple App Store Connect key ID. |
|
|
|
|
|
| `app_store_private_key_file_name` | string | yes | Apple App Store Connect private key filename. |
|
|
|
|
|
| `app_store_private_key` | string | yes | Apple App Store Connect private key. |
|
|
|
|
|
| `app_store_protected_refs` | boolean | no | Set variables on protected branches and tags only. |
|
|
|
|
|
|
|
|
|
|
### Disable Apple App Store Connect
|
|
|
|
|
|
|
|
|
|
@ -129,8 +129,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `api_key` | string | true | User API token. The user must have access to the task. All comments are attributed to this user. |
|
|
|
|
|
| `restrict_to_branch` | string | false | Comma-separated list of branches to be automatically inspected. Leave blank to include all branches. |
|
|
|
|
|
| `api_key` | string | yes | User API token. The user must have access to the task. All comments are attributed to this user. |
|
|
|
|
|
| `restrict_to_branch` | string | no | Comma-separated list of branches to be automatically inspected. Leave blank to include all branches. |
|
|
|
|
|
|
|
|
|
|
### Disable Asana
|
|
|
|
|
|
|
|
|
|
@ -162,8 +162,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `token` | string | true | The authentication token. |
|
|
|
|
|
| `subdomain` | string | false | The subdomain setting. |
|
|
|
|
|
| `token` | string | yes | The authentication token. |
|
|
|
|
|
| `subdomain` | string | no | The subdomain setting. |
|
|
|
|
|
|
|
|
|
|
### Disable Assembla
|
|
|
|
|
|
|
|
|
|
@ -197,11 +197,11 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `bamboo_url` | string | true | Bamboo root URL (for example, `https://bamboo.example.com`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `build_key` | string | true | Bamboo build plan key (for example, `KEY`). |
|
|
|
|
|
| `username` | string | true | User with API access to the Bamboo server. |
|
|
|
|
|
| `password` | string | true | Password of the user. |
|
|
|
|
|
| `bamboo_url` | string | yes | Bamboo root URL (for example, `https://bamboo.example.com`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `build_key` | string | yes | Bamboo build plan key (for example, `KEY`). |
|
|
|
|
|
| `username` | string | yes | User with API access to the Bamboo server. |
|
|
|
|
|
| `password` | string | yes | Password of the user. |
|
|
|
|
|
|
|
|
|
|
### Disable Atlassian Bamboo
|
|
|
|
|
|
|
|
|
|
@ -233,9 +233,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `new_issue_url` | string | true | URL of the new issue. |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `new_issue_url` | string | yes | URL of the new issue. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
|
|
|
|
|
### Disable Bugzilla
|
|
|
|
|
|
|
|
|
|
@ -267,12 +267,12 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `token` | string | true | Buildkite project GitLab token. |
|
|
|
|
|
| `project_url` | string | true | Pipeline URL (for example, `https://buildkite.com/example/pipeline`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | **Deprecated:** This parameter has no effect because SSL verification is always enabled. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `token` | string | yes | Buildkite project GitLab token. |
|
|
|
|
|
| `project_url` | string | yes | Pipeline URL (for example, `https://buildkite.com/example/pipeline`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | **Deprecated:** This parameter has no effect because SSL verification is always enabled. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
|
|
|
|
|
### Disable Buildkite
|
|
|
|
|
|
|
|
|
|
@ -307,9 +307,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
|---------------|---------|----------|---------------------------------------------------------------------------------------------|
|
|
|
|
|
| `token` | string | true | API authentication token from Campfire Classic. To get the token, sign in to Campfire Classic and select **My info**. |
|
|
|
|
|
| `subdomain` | string | false | `.campfirenow.com` subdomain when you're signed in. |
|
|
|
|
|
| `room` | string | false | ID portion of the Campfire Classic room URL. |
|
|
|
|
|
| `token` | string | yes | API authentication token from Campfire Classic. To get the token, sign in to Campfire Classic and select **My info**. |
|
|
|
|
|
| `subdomain` | string | no | `.campfirenow.com` subdomain when you're signed in. |
|
|
|
|
|
| `room` | string | no | ID portion of the Campfire Classic room URL. |
|
|
|
|
|
|
|
|
|
|
### Disable Campfire Classic
|
|
|
|
|
|
|
|
|
|
@ -343,8 +343,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| ------------- | ------ | -------- | -------------- |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
|
|
|
|
|
### Disable ClickUp
|
|
|
|
|
|
|
|
|
|
@ -376,7 +376,7 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `confluence_url` | string | true | URL of the Confluence Workspace hosted on `atlassian.net`. |
|
|
|
|
|
| `confluence_url` | string | yes | URL of the Confluence Workspace hosted on `atlassian.net`. |
|
|
|
|
|
|
|
|
|
|
### Disable Confluence Workspace
|
|
|
|
|
|
|
|
|
|
@ -408,9 +408,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `new_issue_url` | string | true | URL of the new issue. |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `new_issue_url` | string | yes | URL of the new issue. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
|
|
|
|
|
### Disable a custom issue tracker
|
|
|
|
|
|
|
|
|
|
@ -442,13 +442,13 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
|------------------------|---------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
|
| `api_key` | string | true | API key used for authentication with Datadog. |
|
|
|
|
|
| `api_url` | string | false | (Advanced) The full URL for your Datadog site. |
|
|
|
|
|
| `datadog_env` | string | false | For self-managed deployments, set the `env%` tag for all the data sent to Datadog. |
|
|
|
|
|
| `datadog_service` | string | false | Tag all data from this GitLab instance in Datadog. Can be used when managing several self-managed deployments. |
|
|
|
|
|
| `datadog_site` | string | false | The Datadog site to send data to. To send data to the EU site, use `datadoghq.eu`. |
|
|
|
|
|
| `datadog_tags` | string | false | Custom tags in Datadog. Specify one tag per line in the format `key:value\nkey2:value2` |
|
|
|
|
|
| `archive_trace_events` | boolean | false | When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/346339) in GitLab 15.3). |
|
|
|
|
|
| `api_key` | string | yes | API key used for authentication with Datadog. |
|
|
|
|
|
| `api_url` | string | no | (Advanced) The full URL for your Datadog site. |
|
|
|
|
|
| `datadog_env` | string | no | For self-managed deployments, set the `env%` tag for all the data sent to Datadog. |
|
|
|
|
|
| `datadog_service` | string | no | Tag all data from this GitLab instance in Datadog. Can be used when managing several self-managed deployments. |
|
|
|
|
|
| `datadog_site` | string | no | The Datadog site to send data to. To send data to the EU site, use `datadoghq.eu`. |
|
|
|
|
|
| `datadog_tags` | string | no | Custom tags in Datadog. Specify one tag per line in the format `key:value\nkey2:value2` |
|
|
|
|
|
| `archive_trace_events` | boolean | no | When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/346339) in GitLab 15.3). |
|
|
|
|
|
|
|
|
|
|
### Disable Datadog
|
|
|
|
|
|
|
|
|
|
@ -480,9 +480,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `diffblue_license_key` | string | true | Diffblue Cover license key. |
|
|
|
|
|
| `diffblue_access_token_name` | string | true | Access token name used by Diffblue Cover in pipelines. |
|
|
|
|
|
| `diffblue_access_token_secret` | string | true | Access token secret used by Diffblue Cover in pipelines. |
|
|
|
|
|
| `diffblue_license_key` | string | yes | Diffblue Cover license key. |
|
|
|
|
|
| `diffblue_access_token_name` | string | yes | Access token name used by Diffblue Cover in pipelines. |
|
|
|
|
|
| `diffblue_access_token_secret` | string | yes | Access token secret used by Diffblue Cover in pipelines. |
|
|
|
|
|
|
|
|
|
|
### Disable Diffblue Cover
|
|
|
|
|
|
|
|
|
|
@ -516,33 +516,33 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | Discord webhook (for example, `https://discord.com/api/webhooks/...`). |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_issue_channel` | string | false | The webhook override to receive notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `confidential_note_channel` | string | false | The webhook override to receive notifications for confidential note events. |
|
|
|
|
|
| `deployment_events` | boolean | false | Enable notifications for deployment events. |
|
|
|
|
|
| `deployment_channel` | string | false | The webhook override to receive notifications for deployment events. |
|
|
|
|
|
| `group_confidential_mentions_events` | boolean | false | Enable notifications for group confidential mention events. |
|
|
|
|
|
| `group_confidential_mentions_channel` | string | false | The webhook override to receive notifications for group confidential mention events. |
|
|
|
|
|
| `group_mentions_events` | boolean | false | Enable notifications for group mention events. |
|
|
|
|
|
| `group_mentions_channel` | string | false | The webhook override to receive notifications for group mention events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `issue_channel` | string | false | The webhook override to receive notifications for issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `merge_request_channel` | string | false | The webhook override to receive notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `note_channel` | string | false | The webhook override to receive notifications for note events. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `pipeline_channel` | string | false | The webhook override to receive notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `push_channel` | string | false | The webhook override to receive notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `tag_push_channel` | string | false | The webhook override to receive notifications for tag push events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `wiki_page_channel` | string | false | The webhook override to receive notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | Discord webhook (for example, `https://discord.com/api/webhooks/...`). |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_issue_channel` | string | no | The webhook override to receive notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `confidential_note_channel` | string | no | The webhook override to receive notifications for confidential note events. |
|
|
|
|
|
| `deployment_events` | boolean | no | Enable notifications for deployment events. |
|
|
|
|
|
| `deployment_channel` | string | no | The webhook override to receive notifications for deployment events. |
|
|
|
|
|
| `group_confidential_mentions_events` | boolean | no | Enable notifications for group confidential mention events. |
|
|
|
|
|
| `group_confidential_mentions_channel` | string | no | The webhook override to receive notifications for group confidential mention events. |
|
|
|
|
|
| `group_mentions_events` | boolean | no | Enable notifications for group mention events. |
|
|
|
|
|
| `group_mentions_channel` | string | no | The webhook override to receive notifications for group mention events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `issue_channel` | string | no | The webhook override to receive notifications for issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `merge_request_channel` | string | no | The webhook override to receive notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `note_channel` | string | no | The webhook override to receive notifications for note events. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `pipeline_channel` | string | no | The webhook override to receive notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `push_channel` | string | no | The webhook override to receive notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `tag_push_channel` | string | no | The webhook override to receive notifications for tag push events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
| `wiki_page_channel` | string | no | The webhook override to receive notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Discord Notifications
|
|
|
|
|
|
|
|
|
|
@ -574,12 +574,12 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `token` | string | true | Drone CI project specific token. |
|
|
|
|
|
| `drone_url` | string | true | `http://drone.example.com`. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `token` | string | yes | Drone CI project specific token. |
|
|
|
|
|
| `drone_url` | string | yes | `http://drone.example.com`. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
|
|
|
|
|
### Disable Drone
|
|
|
|
|
|
|
|
|
|
@ -611,12 +611,12 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `recipients` | string | true | Emails separated by whitespace. |
|
|
|
|
|
| `disable_diffs` | boolean | false | Disable code diffs. |
|
|
|
|
|
| `send_from_committer_email` | boolean | false | Send from committer. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Notifications are always fired for tag pushes. The default value is `all`. |
|
|
|
|
|
| `recipients` | string | yes | Emails separated by whitespace. |
|
|
|
|
|
| `disable_diffs` | boolean | no | Disable code diffs. |
|
|
|
|
|
| `send_from_committer_email` | boolean | no | Send from committer. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Notifications are always fired for tag pushes. The default value is `all`. |
|
|
|
|
|
|
|
|
|
|
### Disable emails on push
|
|
|
|
|
|
|
|
|
|
@ -648,9 +648,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `new_issue_url` | string | true | URL of the new issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `new_issue_url` | string | yes | URL of the new issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
|
|
|
|
|
### Disable EWM
|
|
|
|
|
|
|
|
|
|
@ -682,7 +682,7 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `external_wiki_url` | string | true | URL of the external wiki. |
|
|
|
|
|
| `external_wiki_url` | string | yes | URL of the external wiki. |
|
|
|
|
|
|
|
|
|
|
### Disable an external wiki
|
|
|
|
|
|
|
|
|
|
@ -741,7 +741,7 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- |-----------------------------------------------|
|
|
|
|
|
| `token` | string | true | GitGuardian API token with `scan` scope. |
|
|
|
|
|
| `token` | string | yes | GitGuardian API token with `scan` scope. |
|
|
|
|
|
|
|
|
|
|
### Disable GitGuardian
|
|
|
|
|
|
|
|
|
|
@ -777,9 +777,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `token` | string | true | GitHub API token with `repo:status` OAuth scope. |
|
|
|
|
|
| `repository_url` | string | true | GitHub repository URL. |
|
|
|
|
|
| `static_context` | boolean | false | Append the hostname of your GitLab instance to the [status check name](../user/project/integrations/github.md#static-or-dynamic-status-check-names). |
|
|
|
|
|
| `token` | string | yes | GitHub API token with `repo:status` OAuth scope. |
|
|
|
|
|
| `repository_url` | string | yes | GitHub repository URL. |
|
|
|
|
|
| `static_context` | boolean | no | Append the hostname of your GitLab instance to the [status check name](../user/project/integrations/github.md#static-or-dynamic-status-check-names). |
|
|
|
|
|
|
|
|
|
|
### Disable GitHub
|
|
|
|
|
|
|
|
|
|
@ -816,23 +816,23 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `channel` | string | false | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | false | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `alert_events` | boolean | false | Enable notifications for alert events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `deployment_events` | boolean | false | Enable notifications for deployment events. |
|
|
|
|
|
| `incidents_events` | boolean | false | Enable notifications for incident events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `vulnerability_events` | boolean | false | Enable notifications for vulnerability events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `channel` | string | no | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `alert_events` | boolean | no | Enable notifications for alert events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `deployment_events` | boolean | no | Enable notifications for deployment events. |
|
|
|
|
|
| `incidents_events` | boolean | no | Enable notifications for incident events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `vulnerability_events` | boolean | no | Enable notifications for vulnerability events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable GitLab for Slack app
|
|
|
|
|
|
|
|
|
|
@ -864,19 +864,19 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | The Hangouts Chat webhook (for example, `https://chat.googleapis.com/v1/spaces...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | false | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | The Hangouts Chat webhook (for example, `https://chat.googleapis.com/v1/spaces...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Google Chat
|
|
|
|
|
|
|
|
|
|
@ -918,9 +918,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `artifact_registry_project_id` | string | true | ID of the Google Cloud project. |
|
|
|
|
|
| `artifact_registry_location` | string | true | Location of the Artifact Registry repository. |
|
|
|
|
|
| `artifact_registry_repositories` | string | true | Repository of Artifact Registry. |
|
|
|
|
|
| `artifact_registry_project_id` | string | yes | ID of the Google Cloud project. |
|
|
|
|
|
| `artifact_registry_location` | string | yes | Location of the Artifact Registry repository. |
|
|
|
|
|
| `artifact_registry_repositories` | string | yes | Repository of Artifact Registry. |
|
|
|
|
|
|
|
|
|
|
### Disable Google Artifact Management
|
|
|
|
|
|
|
|
|
|
@ -962,10 +962,10 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `workload_identity_federation_project_id` | string | true | Google Cloud project ID for the Workload Identity Federation. |
|
|
|
|
|
| `workload_identity_federation_project_number` | integer | true | Google Cloud project number for the Workload Identity Federation. |
|
|
|
|
|
| `workload_identity_pool_id` | string | true | ID of the Workload Identity Pool. |
|
|
|
|
|
| `workload_identity_pool_provider_id` | string | true | ID of the Workload Identity Pool provider. |
|
|
|
|
|
| `workload_identity_federation_project_id` | string | yes | Google Cloud project ID for the Workload Identity Federation. |
|
|
|
|
|
| `workload_identity_federation_project_number` | integer | yes | Google Cloud project number for the Workload Identity Federation. |
|
|
|
|
|
| `workload_identity_pool_id` | string | yes | ID of the Workload Identity Pool. |
|
|
|
|
|
| `workload_identity_pool_provider_id` | string | yes | ID of the Workload Identity Pool provider. |
|
|
|
|
|
|
|
|
|
|
### Disable Google Cloud Identity and Access Management
|
|
|
|
|
|
|
|
|
|
@ -997,10 +997,10 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `package_name` | string | true | Package name of the app in Google Play. |
|
|
|
|
|
| `service_account_key` | string | true | Google Play service account key. |
|
|
|
|
|
| `service_account_key_file_name` | string | true | File name of the Google Play service account key. |
|
|
|
|
|
| `google_play_protected_refs` | boolean | false | Set variables on protected branches and tags only. |
|
|
|
|
|
| `package_name` | string | yes | Package name of the app in Google Play. |
|
|
|
|
|
| `service_account_key` | string | yes | Google Play service account key. |
|
|
|
|
|
| `service_account_key_file_name` | string | yes | File name of the Google Play service account key. |
|
|
|
|
|
| `google_play_protected_refs` | boolean | no | Set variables on protected branches and tags only. |
|
|
|
|
|
|
|
|
|
|
### Disable Google Play
|
|
|
|
|
|
|
|
|
|
@ -1032,10 +1032,10 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `url` | string | true | The base URL to the Harbor instance linked to the GitLab project. For example, `https://demo.goharbor.io`. |
|
|
|
|
|
| `project_name` | string | true | The name of the project in the Harbor instance. For example, `testproject`. |
|
|
|
|
|
| `username` | string | true | The username created in the Harbor interface. |
|
|
|
|
|
| `password` | string | true | The password of the user. |
|
|
|
|
|
| `url` | string | yes | The base URL to the Harbor instance linked to the GitLab project. For example, `https://demo.goharbor.io`. |
|
|
|
|
|
| `project_name` | string | yes | The name of the project in the Harbor instance. For example, `testproject`. |
|
|
|
|
|
| `username` | string | yes | The username created in the Harbor interface. |
|
|
|
|
|
| `password` | string | yes | The password of the user. |
|
|
|
|
|
|
|
|
|
|
### Disable Harbor
|
|
|
|
|
|
|
|
|
|
@ -1067,11 +1067,11 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `recipients` | string | true | Recipients or channels separated by whitespaces. |
|
|
|
|
|
| `default_irc_uri` | string | false | `irc://irc.network.net:6697/`. |
|
|
|
|
|
| `server_host` | string | false | localhost. |
|
|
|
|
|
| `server_port` | integer | false | 6659. |
|
|
|
|
|
| `colorize_messages` | boolean | false | Colorize messages. |
|
|
|
|
|
| `recipients` | string | yes | Recipients or channels separated by whitespaces. |
|
|
|
|
|
| `default_irc_uri` | string | no | `irc://irc.network.net:6697/`. |
|
|
|
|
|
| `server_host` | string | no | localhost. |
|
|
|
|
|
| `server_port` | integer | no | 6659. |
|
|
|
|
|
| `colorize_messages` | boolean | no | Colorize messages. |
|
|
|
|
|
|
|
|
|
|
### Disable irker
|
|
|
|
|
|
|
|
|
|
@ -1103,14 +1103,14 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `jenkins_url` | string | true | Jenkins URL like `http://jenkins.example.com`. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `project_name` | string | true | The URL-friendly project name. Example: `my_project_name`. |
|
|
|
|
|
| `username` | string | false | Username for authentication with the Jenkins server, if authentication is required by the server. |
|
|
|
|
|
| `password` | string | false | Password for authentication with the Jenkins server, if authentication is required by the server. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `jenkins_url` | string | yes | Jenkins URL like `http://jenkins.example.com`. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `project_name` | string | yes | The URL-friendly project name. Example: `my_project_name`. |
|
|
|
|
|
| `username` | string | no | Username for authentication with the Jenkins server, if authentication is required by the server. |
|
|
|
|
|
| `password` | string | no | Password for authentication with the Jenkins server, if authentication is required by the server. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
|
|
|
|
|
### Disable Jenkins
|
|
|
|
|
|
|
|
|
|
@ -1145,13 +1145,13 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `teamcity_url` | string | true | TeamCity root URL (for example, `https://teamcity.example.com`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `build_type` | string | true | Build configuration ID. |
|
|
|
|
|
| `username` | string | true | A user with permissions to trigger a manual build. |
|
|
|
|
|
| `password` | string | true | The password of the user. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `teamcity_url` | string | yes | TeamCity root URL (for example, `https://teamcity.example.com`). |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `build_type` | string | yes | Build configuration ID. |
|
|
|
|
|
| `username` | string | yes | A user with permissions to trigger a manual build. |
|
|
|
|
|
| `password` | string | yes | The password of the user. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
|
|
|
|
|
### Disable JetBrains TeamCity
|
|
|
|
|
|
|
|
|
|
@ -1193,11 +1193,11 @@ Parameters:
|
|
|
|
|
| `jira_issue_regex` | string | no | Regular expression to match Jira issue keys. |
|
|
|
|
|
| `jira_issue_transition_automatic` | boolean | no | Enable [automatic issue transitions](../integration/jira/issues.md#automatic-issue-transitions). Takes precedence over `jira_issue_transition_id` if enabled. Defaults to `false`. |
|
|
|
|
|
| `jira_issue_transition_id` | string | no | The ID of one or more transitions for [custom issue transitions](../integration/jira/issues.md#custom-issue-transitions). Ignored if `jira_issue_transition_automatic` is enabled. Defaults to a blank string, which disables custom transitions. |
|
|
|
|
|
| `commit_events` | boolean | false | Enable notifications for commit events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `comment_on_event_enabled` | boolean | false | Enable comments in Jira issues on each GitLab event (commit or merge request). |
|
|
|
|
|
| `issues_enabled` | boolean | false | Enable viewing Jira issues in GitLab. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267015) in GitLab 17.0. |
|
|
|
|
|
| `project_keys` | array of strings | false | Keys of Jira projects. When `issues_enabled` is `true`, this setting specifies which Jira projects to view issues from in GitLab. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267015) in GitLab 17.0. |
|
|
|
|
|
| `commit_events` | boolean | no | Enable notifications for commit events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `comment_on_event_enabled` | boolean | no | Enable comments in Jira issues on each GitLab event (commit or merge request). |
|
|
|
|
|
| `issues_enabled` | boolean | no | Enable viewing Jira issues in GitLab. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267015) in GitLab 17.0. |
|
|
|
|
|
| `project_keys` | array of strings | no | Keys of Jira projects. When `issues_enabled` is `true`, this setting specifies which Jira projects to view issues from in GitLab. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267015) in GitLab 17.0. |
|
|
|
|
|
|
|
|
|
|
### Disable Jira
|
|
|
|
|
|
|
|
|
|
@ -1229,32 +1229,32 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | Mattermost notifications webhook (for example, `http://mattermost.example.com/hooks/...`). |
|
|
|
|
|
| `username` | string | false | Mattermost notifications username. |
|
|
|
|
|
| `channel` | string | false | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | false | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `labels_to_be_notified` | string | false | Labels to send notifications for. Leave blank to receive notifications for all events. |
|
|
|
|
|
| `labels_to_be_notified_behavior` | string | false | Labels to be notified for. Valid options are `match_any` and `match_all`. The default value is `match_any`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `push_channel` | string | false | The name of the channel to receive notifications for push events. |
|
|
|
|
|
| `issue_channel` | string | false | The name of the channel to receive notifications for issue events. |
|
|
|
|
|
| `confidential_issue_channel` | string | false | The name of the channel to receive notifications for confidential issue events. |
|
|
|
|
|
| `merge_request_channel` | string | false | The name of the channel to receive notifications for merge request events. |
|
|
|
|
|
| `note_channel` | string | false | The name of the channel to receive notifications for note events. |
|
|
|
|
|
| `confidential_note_channel` | string | false | The name of the channel to receive notifications for confidential note events. |
|
|
|
|
|
| `tag_push_channel` | string | false | The name of the channel to receive notifications for tag push events. |
|
|
|
|
|
| `pipeline_channel` | string | false | The name of the channel to receive notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_channel` | string | false | The name of the channel to receive notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | Mattermost notifications webhook (for example, `http://mattermost.example.com/hooks/...`). |
|
|
|
|
|
| `username` | string | no | Mattermost notifications username. |
|
|
|
|
|
| `channel` | string | no | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `labels_to_be_notified` | string | no | Labels to send notifications for. Leave blank to receive notifications for all events. |
|
|
|
|
|
| `labels_to_be_notified_behavior` | string | no | Labels to be notified for. Valid options are `match_any` and `match_all`. The default value is `match_any`. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
| `push_channel` | string | no | The name of the channel to receive notifications for push events. |
|
|
|
|
|
| `issue_channel` | string | no | The name of the channel to receive notifications for issue events. |
|
|
|
|
|
| `confidential_issue_channel` | string | no | The name of the channel to receive notifications for confidential issue events. |
|
|
|
|
|
| `merge_request_channel` | string | no | The name of the channel to receive notifications for merge request events. |
|
|
|
|
|
| `note_channel` | string | no | The name of the channel to receive notifications for note events. |
|
|
|
|
|
| `confidential_note_channel` | string | no | The name of the channel to receive notifications for confidential note events. |
|
|
|
|
|
| `tag_push_channel` | string | no | The name of the channel to receive notifications for tag push events. |
|
|
|
|
|
| `pipeline_channel` | string | no | The name of the channel to receive notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_channel` | string | no | The name of the channel to receive notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Mattermost notifications
|
|
|
|
|
|
|
|
|
|
@ -1318,20 +1318,20 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | The Microsoft Teams webhook (for example, `https://outlook.office.com/webhook/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | false | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `use_inherited_settings` | boolean | false | Indicates whether to inherit defaults or not. |
|
|
|
|
|
| `webhook` | string | yes | The Microsoft Teams webhook (for example, `https://outlook.office.com/webhook/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
| `use_inherited_settings` | boolean | no | Indicates whether to inherit defaults or not. |
|
|
|
|
|
|
|
|
|
|
### Disable Microsoft Teams notifications
|
|
|
|
|
|
|
|
|
|
@ -1366,8 +1366,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `mock_service_url` | string | true | URL of the Mock CI integration. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | false | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
| `mock_service_url` | string | yes | URL of the Mock CI integration. |
|
|
|
|
|
| `enable_ssl_verification` | boolean | no | Enable SSL verification. Defaults to `true` (enabled). |
|
|
|
|
|
|
|
|
|
|
### Disable Mock CI
|
|
|
|
|
|
|
|
|
|
@ -1402,9 +1402,9 @@ Parameters:
|
|
|
|
|
| `username` | string | yes | The username of a Packagist account. |
|
|
|
|
|
| `token` | string | yes | API token to the Packagist server. |
|
|
|
|
|
| `server` | boolean | no | URL of the Packagist server. Leave blank for the default `<https://packagist.org>`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
|
|
|
|
|
### Disable Packagist
|
|
|
|
|
|
|
|
|
|
@ -1438,8 +1438,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
|-----------------|--------|----------|-----------------------|
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
|
|
|
|
|
### Disable Phorge
|
|
|
|
|
|
|
|
|
|
@ -1473,9 +1473,9 @@ Parameters:
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `recipients` | string | yes | Comma-separated list of recipient email addresses. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | Send notifications for the default branch. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
|
|
|
|
|
### Disable pipeline status emails
|
|
|
|
|
|
|
|
|
|
@ -1507,8 +1507,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `token` | string | true | The Pivotal Tracker token. |
|
|
|
|
|
| `restrict_to_branch` | boolean | false | Comma-separated list of branches to automatically inspect. Leave blank to include all branches. |
|
|
|
|
|
| `token` | string | yes | The Pivotal Tracker token. |
|
|
|
|
|
| `restrict_to_branch` | boolean | no | Comma-separated list of branches to automatically inspect. Leave blank to include all branches. |
|
|
|
|
|
|
|
|
|
|
### Disable Pivotal Tracker
|
|
|
|
|
|
|
|
|
|
@ -1540,18 +1540,18 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | The Pumble webhook (for example, `https://api.pumble.com/workspaces/x/...`). |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default is `default`. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | The Pumble webhook (for example, `https://api.pumble.com/workspaces/x/...`). |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default is `default`. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Pumble
|
|
|
|
|
|
|
|
|
|
@ -1583,11 +1583,11 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `api_key` | string | true | Your application key. |
|
|
|
|
|
| `user_key` | string | true | Your user key. |
|
|
|
|
|
| `priority` | string | true | The priority. |
|
|
|
|
|
| `device` | string | false | Leave blank for all active devices. |
|
|
|
|
|
| `sound` | string | false | The sound of the notification. |
|
|
|
|
|
| `api_key` | string | yes | Your application key. |
|
|
|
|
|
| `user_key` | string | yes | Your user key. |
|
|
|
|
|
| `priority` | string | yes | The priority. |
|
|
|
|
|
| `device` | string | no | Leave blank for all active devices. |
|
|
|
|
|
| `sound` | string | no | The sound of the notification. |
|
|
|
|
|
|
|
|
|
|
### Disable Pushover
|
|
|
|
|
|
|
|
|
|
@ -1619,9 +1619,9 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `new_issue_url` | string | true | URL of the new issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `new_issue_url` | string | yes | URL of the new issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
|
|
|
|
|
### Disable Redmine
|
|
|
|
|
|
|
|
|
|
@ -1653,40 +1653,40 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | Slack notifications webhook (for example, `https://hooks.slack.com/services/...`). |
|
|
|
|
|
| `username` | string | false | Slack notifications username. |
|
|
|
|
|
| `channel` | string | false | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | false | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `labels_to_be_notified` | string | false | Labels to send notifications for. Leave blank to receive notifications for all events. |
|
|
|
|
|
| `labels_to_be_notified_behavior` | string | false | Labels to be notified for. Valid options are `match_any` and `match_all`. The default value is `match_any`. |
|
|
|
|
|
| `alert_channel` | string | false | The name of the channel to receive notifications for alert events. |
|
|
|
|
|
| `alert_events` | boolean | false | Enable notifications for alert events. |
|
|
|
|
|
| `commit_events` | boolean | false | Enable notifications for commit events. |
|
|
|
|
|
| `confidential_issue_channel` | string | false | The name of the channel to receive notifications for confidential issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_channel` | string | false | The name of the channel to receive notifications for confidential note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `deployment_channel` | string | false | The name of the channel to receive notifications for deployment events. |
|
|
|
|
|
| `deployment_events` | boolean | false | Enable notifications for deployment events. |
|
|
|
|
|
| `incident_channel` | string | false | The name of the channel to receive notifications for incident events. |
|
|
|
|
|
| `incidents_events` | boolean | false | Enable notifications for incident events. |
|
|
|
|
|
| `issue_channel` | string | false | The name of the channel to receive notifications for issue events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `job_events` | boolean | false | Enable notifications for job events. |
|
|
|
|
|
| `merge_request_channel` | string | false | The name of the channel to receive notifications for merge request events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `note_channel` | string | false | The name of the channel to receive notifications for note events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `pipeline_channel` | string | false | The name of the channel to receive notifications for pipeline events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_channel` | string | false | The name of the channel to receive notifications for push events. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_channel` | string | false | The name of the channel to receive notifications for tag push events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `wiki_page_channel` | string | false | The name of the channel to receive notifications for wiki page events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | Slack notifications webhook (for example, `https://hooks.slack.com/services/...`). |
|
|
|
|
|
| `username` | string | no | Slack notifications username. |
|
|
|
|
|
| `channel` | string | no | Default channel to use if no other channel is configured. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `notify_only_default_branch` | boolean | no | **Deprecated:** This parameter has been replaced with `branches_to_be_notified`. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `labels_to_be_notified` | string | no | Labels to send notifications for. Leave blank to receive notifications for all events. |
|
|
|
|
|
| `labels_to_be_notified_behavior` | string | no | Labels to be notified for. Valid options are `match_any` and `match_all`. The default value is `match_any`. |
|
|
|
|
|
| `alert_channel` | string | no | The name of the channel to receive notifications for alert events. |
|
|
|
|
|
| `alert_events` | boolean | no | Enable notifications for alert events. |
|
|
|
|
|
| `commit_events` | boolean | no | Enable notifications for commit events. |
|
|
|
|
|
| `confidential_issue_channel` | string | no | The name of the channel to receive notifications for confidential issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `confidential_note_channel` | string | no | The name of the channel to receive notifications for confidential note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `deployment_channel` | string | no | The name of the channel to receive notifications for deployment events. |
|
|
|
|
|
| `deployment_events` | boolean | no | Enable notifications for deployment events. |
|
|
|
|
|
| `incident_channel` | string | no | The name of the channel to receive notifications for incident events. |
|
|
|
|
|
| `incidents_events` | boolean | no | Enable notifications for incident events. |
|
|
|
|
|
| `issue_channel` | string | no | The name of the channel to receive notifications for issue events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `job_events` | boolean | no | Enable notifications for job events. |
|
|
|
|
|
| `merge_request_channel` | string | no | The name of the channel to receive notifications for merge request events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `note_channel` | string | no | The name of the channel to receive notifications for note events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `pipeline_channel` | string | no | The name of the channel to receive notifications for pipeline events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `push_channel` | string | no | The name of the channel to receive notifications for push events. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `tag_push_channel` | string | no | The name of the channel to receive notifications for tag push events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `wiki_page_channel` | string | no | The name of the channel to receive notifications for wiki page events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Slack notifications
|
|
|
|
|
|
|
|
|
|
@ -1810,21 +1810,21 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `hostname` | string | false | Custom hostname of the Telegram API ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461313) in GitLab 17.1). The default value is `https://api.telegram.org`. |
|
|
|
|
|
| `token` | string | true | The Telegram bot token (for example, `123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11`). |
|
|
|
|
|
| `room` | string | true | Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`). |
|
|
|
|
|
| `thread` | integer | false | Unique identifier for the target message thread (topic in a forum supergroup). [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/441097) in GitLab 16.11. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for ([introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134361) in GitLab 16.5). Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | true | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | true | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | true | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | true | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | true | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | true | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | true | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | true | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | true | Enable notifications for wiki page events. |
|
|
|
|
|
| `hostname` | string | no | Custom hostname of the Telegram API ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461313) in GitLab 17.1). The default value is `https://api.telegram.org`. |
|
|
|
|
|
| `token` | string | yes | The Telegram bot token (for example, `123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11`). |
|
|
|
|
|
| `room` | string | yes | Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`). |
|
|
|
|
|
| `thread` | integer | no | Unique identifier for the target message thread (topic in a forum supergroup). [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/441097) in GitLab 16.11. |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for ([introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134361) in GitLab 16.5). Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | yes | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | yes | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | yes | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | yes | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | yes | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | yes | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | yes | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | yes | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | yes | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Telegram
|
|
|
|
|
|
|
|
|
|
@ -1856,18 +1856,18 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | The Unify Circuit webhook (for example, `https://circuit.com/rest/v2/webhooks/incoming/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | The Unify Circuit webhook (for example, `https://circuit.com/rest/v2/webhooks/incoming/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Unify Circuit
|
|
|
|
|
|
|
|
|
|
@ -1899,18 +1899,18 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `webhook` | string | true | The Webex Teams webhook (for example, `https://api.ciscospark.com/v1/webhooks/incoming/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | false | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | false | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | false | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | false | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | false | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | false | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | false | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | false | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | false | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | false | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | false | Enable notifications for wiki page events. |
|
|
|
|
|
| `webhook` | string | yes | The Webex Teams webhook (for example, `https://api.ciscospark.com/v1/webhooks/incoming/...`). |
|
|
|
|
|
| `notify_only_broken_pipelines` | boolean | no | Send notifications for broken pipelines. |
|
|
|
|
|
| `branches_to_be_notified` | string | no | Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. The default value is `default`. |
|
|
|
|
|
| `push_events` | boolean | no | Enable notifications for push events. |
|
|
|
|
|
| `issues_events` | boolean | no | Enable notifications for issue events. |
|
|
|
|
|
| `confidential_issues_events` | boolean | no | Enable notifications for confidential issue events. |
|
|
|
|
|
| `merge_requests_events` | boolean | no | Enable notifications for merge request events. |
|
|
|
|
|
| `tag_push_events` | boolean | no | Enable notifications for tag push events. |
|
|
|
|
|
| `note_events` | boolean | no | Enable notifications for note events. |
|
|
|
|
|
| `confidential_note_events` | boolean | no | Enable notifications for confidential note events. |
|
|
|
|
|
| `pipeline_events` | boolean | no | Enable notifications for pipeline events. |
|
|
|
|
|
| `wiki_page_events` | boolean | no | Enable notifications for wiki page events. |
|
|
|
|
|
|
|
|
|
|
### Disable Webex Teams
|
|
|
|
|
|
|
|
|
|
@ -1942,8 +1942,8 @@ Parameters:
|
|
|
|
|
|
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|
|
|
| --------- | ---- | -------- | ----------- |
|
|
|
|
|
| `issues_url` | string | true | URL of the issue. |
|
|
|
|
|
| `project_url` | string | true | URL of the project. |
|
|
|
|
|
| `issues_url` | string | yes | URL of the issue. |
|
|
|
|
|
| `project_url` | string | yes | URL of the project. |
|
|
|
|
|
|
|
|
|
|
### Disable YouTrack
|
|
|
|
|
|
|
|
|
|
|