(iOS/Android) Send build status to Slack
DescriptionClick to copy link
Send a message to Slack with the build status after a build has finished.
PrerequisitesClick to copy link
You have set up a Slack webhook and added it to Env Vars (for example, $SLACK_WEBHOOK). See Configuring Slack integration for details.
InstructionsClick to copy link
Add the Send a Slack message Step. Set the input variables:
- Slack Webhook URL: for example, $SLACK_WEBHOOK.
- Target Slack channel, group or username: for example,
#build-notifications.
Check out other options in the Step documentation or in the Workflow Editor.
bitrise.ymlClick to copy link
- slack@3:
inputs:
- channel: "#build-notifications"
- webhook_url: $SLACK_WEBHOOK