Make step optional for complete build to pass

Description of the feature request

Please add an option for making steps optional. If the step fails, and no one depends on it, it will not make the complete build to fail.

Use case / for what or how I would use it

That way we can add experimental (in development) steps to the production workflow, and allow them to fail, until they become stable.

Such feature already exists. You can use is_skippable flag.
https://devcenter.bitrise.io/tips-and-tricks/dont-mark-build-failed-if-step-fails/

2 Likes

Thank you!

Exactly as @koral said, thanks!

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