-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (28 loc) · 883 Bytes
/
plugin.yml
File metadata and controls
28 lines (28 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Incident.io
description: Create Incident.io incidents when Buildkite jobs fail
author: https://github.com/buildkite-plugins
requirements:
- bash
- curl
- jq
configuration:
properties:
incident-name:
type: string
description: "Explanation of the incident."
incident-summary:
type: string
description: "Detailed description of the incident."
incident-channel-mode:
type: string
description: "Whether the incident should be open to anyone in your Slack workspace (public), or invite-only (private). Defaults to 'public'."
enum:
- public
- private
default: public
severity-name:
type: string
description: "Severity for the incident. Note that it must be a valid severity name as per your organisation's configuration."
required:
- severity-name
additionalProperties: false