mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1100 from ent-io/feature/travis-ci/notification-template
remove repository_url from notification template
This commit is contained in:
commit
af8816b4dc
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ notifications:
|
|||
channels:
|
||||
- "irc.freenode.org#ruby-fog"
|
||||
template:
|
||||
- "%{repository_url} (%{commit}) : %{message} %{foo} "
|
||||
- "Build details: %{build_url}"
|
||||
- "[#%{build_number}] %{message} %{build_url}"
|
||||
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
||||
- "[#%{build_number}] %{compare_url}"
|
||||
on_success: always
|
||||
on_failure: always
|
||||
use_notice: false
|
||||
|
|
Loading…
Add table
Reference in a new issue