SlackNotificationConfiguration
Configures Slack notifications to be sent on a build failure.
Only supported with CircleCI.
Table of contents
Properties
Properties
branchs
• branchs: string
[] = ['^main$', '^master$']
A list of expressions used to determine if the branch being built should have notifications set for it.
Will be treated as a regular expression, and wrapped with ^
and $
if required.
Inherited from
Notification.branchPattern
cci
• Optional
cci: CircleCIConfiguration
Additional (optional) CircleCI specific configuration.
channel
• Optional
channel: string
The channel that the notification should be sent to.