Check if last build failed/status changed (e.g. only Slack notify if build failed or fixed)

It seems to be possible by using Bitrise API in the step prior to Slack notify.
E.g. figure out status of the previous build, export environment variable and enable Slack notify step conditionally.

1 Like