Sha256: 22da2644f0482e4e4790355d5dd50596c49331c22a8108dabe9b48f7e817c609
Contents?: true
Size: 951 Bytes
Versions: 2
Compression:
Stored size: 951 Bytes
Contents
webhook_url="<%= minion.project.slack_webhook_url %>" # Incoming Webhooks integration URL. See https://my.slack.com/services/new/incoming-webhook upload_token="<%= minion.project.slack_upload_token %>" # The user's API authentication token, only used for file uploads. See https://api.slack.com/#auth channel="<%= minion.project.slack_default_channel || 'general' %>" # Default channel to post messages. '#' is prepended, if it doesn't start with '#' or '@'. tmp_dir="/tmp" # Temporary file is created in this directory. username="<%= minion.remote_user_name %>" # Default username to post messages. icon="<%= minion.project.slack_icon || 'large_blue_diamond' %>" # Default emoji or a direct url to an image to post messages. You don't have to wrap emoji with ':'. See http://www.emoji-cheat-sheet.com. attachment="" # Default color of the attachments. If an empty string is specified, the attachments are not used.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pvcglue-0.9.6 | lib/pvcglue/templates/slacktee.erb |
pvcglue-0.9.5 | lib/pvcglue/templates/slacktee.erb |