Skip to content

Quick Disable? #108

@plasticaxe

Description

@plasticaxe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions