-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hi,
Is there a property available to disable all notifications for a pipeline?
pipelines = [{
group = ".*"
name = ".*"
stage = "this_particular_stage"
state = "failed|fixed|broken"
enabled = "false" <-------
}, {
group = ".*"
name = ".*"
stage = ".*"
state = "failed|fixed|broken"
}]
At the moment I'm setting channel = "#" but this just causes an error. I'd prefer a clean way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels