Add Slack notification support
This commit is contained in:
parent
32ea1d194f
commit
6ec89bb179
6 changed files with 104 additions and 0 deletions
|
@ -253,6 +253,7 @@ def initialize_database():
|
|||
|
||||
ExternalNotificationMethod.create(name='flowdock')
|
||||
ExternalNotificationMethod.create(name='hipchat')
|
||||
ExternalNotificationMethod.create(name='slack')
|
||||
|
||||
NotificationKind.create(name='repo_push')
|
||||
NotificationKind.create(name='build_queued')
|
||||
|
|
Reference in a new issue