Sha256: 3f1a426372a8917a015d490a13c768eed042215ee79f264bc6befa54b185a3e0
Contents?: true
Size: 516 Bytes
Versions: 56
Compression:
Stored size: 516 Bytes
Contents
## # Slack [Notifier] # notify_by Slack do |slack| slack.on_success = true slack.on_warning = true slack.on_failure = true # The incoming webhook url # https://hooks.slack.com/services/xxxxxxxx/xxxxxxxxx/xxxxxxxxxx slack.webhook_url = '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
56 entries across 56 versions & 10 rubygems