File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,4 +30,6 @@ notifications:
3030 use_notice : true
3131 skip_join : true
3232 template :
33- - " %{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
33+ - " %{repository_slug}#%{build_number} (%{branch}-%{commit}:%{author})-%{message}- %{build_url}"
34+ -
35+ -
Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ test_script:
1919 - python -c "import sys;print sys.getdefaultencoding()"
2020 - cmd : " %TEST_SUITE%"
2121
22- on_success :
23- - " python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \" {message}\" ({author}) {color_green}Succeeded - {build_url}"
24-
2522on_failure :
2623 - " python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \" {message}\" ({author}) {color_red}Failed - {build_url}"
You can’t perform that action at this time.
0 commit comments