Slack plugin in 0.4 supported sending notifications only when the build status has changed: http://readme.drone.io/0.4/usage/notify/
Does this feature still exist in the latest? If so, it is currently undocumented.
Slack plugin in 0.4 supported sending notifications only when the build status has changed: http://readme.drone.io/0.4/usage/notify/
Does this feature still exist in the latest? If so, it is currently undocumented.
I think it’s now handeld on step condition level, see http://docs.drone.io/step-conditions/#status
I can’t achieve success notification on change from failure to success using the following config though…
notify:
image: plugins/slack
webhook: ...
channel: ...
when:
status: [ failure, changed ]
The conditions are managed at the Drone level, not the plugin level. The changed status is not working in the latest release. You can subscribe to the following issue for updates https://github.com/drone/drone/issues/2072