Send a Slack message v4.0.0

What’s Changed

Added support for Bitrise Build Pipelines.

Breaking Change: The step now considers the Pipeline status and it has priority over the Build status.

This changes the behavior of the step when it is used in a Pipeline Build. When the overall Pipeline Build status is not succeeded or succeeded_with_abort the step will consider the build status as failed and the *_on_error inputs are used regardless of the current Workflow’s Build’s status.

To ignore the Pipeline Build status set the pipeline_build_status step input to an empty string (pipeline_build_status: ""), this can be done in the Workflow Editor’s bitrise.yml tab.

Full Changelog: Comparing 3.5.0...4.0.0 · bitrise-steplib/steps-slack-message · GitHub

This topic was automatically closed after 90 days. New replies are no longer allowed.