Sha256: f9a44a099ddb203a32c523c7ea0c48f36e57e98b8af72119703f26dea7d94cc3
Contents?: true
Size: 485 Bytes
Versions: 11
Compression:
Stored size: 485 Bytes
Contents
## # Slack [Notifier] # notify_by Slack do |slack| slack.on_success = true slack.on_warning = true slack.on_failure = true # The team name slack.team = 'my_team' # The integration token slack.token = 'xxxxxxxxxxxxxxxxxxxxxxxx' ## # Optional # # The channel to which messages will be sent # slack.channel = 'my_channel' # # The username to display along with the notification # slack.username = 'my_username' end
Version data entries
11 entries across 11 versions & 3 rubygems