We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
channel = "#"
The text was updated successfully, but these errors were encountered:
No there isn't. I would love to get that feature into the plugin if I had a PR for that.
Sorry, something went wrong.
No branches or pull requests
Hi,
Is there a property available to disable all notifications for a pipeline?
At the moment I'm setting
channel = "#"
but this just causes an error. I'd prefer a clean way.The text was updated successfully, but these errors were encountered: