Notify only when build changes status

This commit is contained in:
Ivan Kravets
2016-08-18 16:08:47 +03:00
parent f25e166ea8
commit 9b292e0614

View File

@ -21,3 +21,6 @@ notifications:
- provider: Slack
incoming_webhook:
secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8=
on_build_success: false
on_build_failure: true
on_build_status_changed: true