Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Disable? #108

Open
plasticaxe opened this issue Jul 3, 2020 · 1 comment
Open

Quick Disable? #108

plasticaxe opened this issue Jul 3, 2020 · 1 comment

Comments

@plasticaxe
Copy link

plasticaxe commented Jul 3, 2020

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.

@ashwanthkumar
Copy link
Owner

No there isn't. I would love to get that feature into the plugin if I had a PR for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants