Skip to content

Releases: bitrise-steplib/steps-slack-message

3.1.2

18 Dec 08:49
Compare
Choose a tag to compare

Remove Bash toolkit leftovers

3.1.1

14 Dec 14:36
Compare
Choose a tag to compare

Fixed confusing display of example for "Target Slack channel, group or username" input.

3.1.0

09 Oct 16:01
Compare
Choose a tag to compare

Restoring Slack Webhook URL input and also supporting Slack API token input.

3.0.0

03 Oct 12:27
Compare
Choose a tag to compare
  • [d77fab6] Remove the old Webhook option (#46)
  • [9ad24d7] PostMessage; Add api-token support.

MIGRATING GUIDE
Moving from v2 to v3

  1. The new version of the step is not using the webhook option anymore.

  2. You have to create a bot with an API token at https://my.slack.com/apps/manage/custom-integrations
    add

If you have no bot option you need to enable it it first by:
https://my.slack.com/apps/A0F7YS25R-bots

  1. Add the provided API token to the step's api_token input
    token

  2. Invite the new bot to the channel where you want to send the message.
    invite

  3. Set the channel input in the step

2.7.4

31 Aug 08:12
Compare
Choose a tag to compare

2.7.3

25 Jun 11:24
Compare
Choose a tag to compare
  • Webhook URL set to secret param.

2.7.2

23 Feb 10:23
Compare
Choose a tag to compare
  • Replace Public Install Page field with a button
  • Remove required constraints from fields message and color_on_error
  • Increase maximum line length for short fields to 40

2.7.1

22 Feb 13:31
Compare
Choose a tag to compare

Rename on_error category to If Build Failed

2.7.0

22 Feb 13:13
Compare
Choose a tag to compare
  • More customizable and better default Slack messages
  • New inputs:
    • author_name: A small text used to display the author's name
    • buttons: A list of buttons attached to the message as link buttons
    • channel_on_error: Target Slack channel, group or username if the build failed
    • fields: A list of fields to be displayed in a table inside the attachment
    • footer: Adds some brief text as footer
    • footer_icon: Renders a small icon beside the footer text
    • pretext: An optional text that appears above the attachment block
    • pretext_on_error: Pretext if the build failed
    • text: Text of the message to send (Different from the attachment's message)
    • text_on_error: Text if the build failed
    • thumb_url: A URL to an image file that will be displayed as a thumbnail
    • thumb_url_on_error: Thumb URL if the build failed
    • timestamp: Show the current time as part of the attachment's footer?
    • title: The title of the attachment
    • title_on_error: The title of the attachment if the build failed
    • title_link: A URL that will hyperlink the title

2.6.5

31 Jan 15:26
Compare
Choose a tag to compare
  • Even better default messages