Merge pull request #715 from yemel/fix/notify-only-failure

notify only on failure
This commit is contained in:
Manuel Aráoz 2014-06-19 15:19:47 -03:00
commit f51c0d8d0c
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ notifications:
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html
on_success: never