-
Notifications
You must be signed in to change notification settings - Fork 411
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
Option to notify only on the first failed build #15
Comments
I would love this feature as well. |
This feature could be implemented by providing an option to not notify slack if there has been no changes regardless of success or fail. i.e. no commits have been made since the last build. |
That should be fairly easy. I'll try to work on that asap. |
failure. This is also related to the request in #15.
New features: * Advanced settings * Team domain and token can be specified per project; falls back to global config if not specified (#19) * Post a list of commits with the build notification (title and author of commit) (#30, #44, #45) * Include JUnit test summary in build notifications (#25) * Use colors when sending a message using slack (#20, #24). Also, the start notifications use the color of the last build result (#43) * Support for authenticated proxies (#14) * Test Connection button (#46, #28) * Option to disable subsequent notifications on build failures (#46, #15) Improvements: * Report 'return to normal' on transition from unstable to success (#21) * Improved logging. Bug fixes: * When changing the global slack settings the slack config in jobs are updated as well (#26, #12) * Fix NullPointerException and output log message if slack is not configured (#35, JENKINS-26066)
If you would like to be invited to https://jenkins-slack-plugin.slack.com/ for testing then just ask. |
Looks like this was closed by #46 , should we close this one as well? |
Thanks for catching that. Yeah, this one should be closed. The fix was released in slack plugin 1.7. |
Is there documentation for this somewhere? I actually would like to be notified on each failure and can't figure out how to do this. |
In the slack plugin 1.8.1, check first failure and repeat failures settings in the job properties. |
We have some jobs that run on a timed schedule. If they fail, we get notifications each time. So our #jenkins channel fills up with lots of fail messages.
It would be nice to have an option like “Notify First Failure”. That way we could get notified (once!) when the job fails, and once when the job is back to normal, using the “Notify Back To Normal” option.
The text was updated successfully, but these errors were encountered: