Fail step variable

Hi

Is there any way to get the name, or cause, of the failure for build?

I want to show it on slack, so we know if the build failed because of git merge (conflicts), build, tests, etc…

Thanks

1 Like

Hi @bernat,

We don’t have a (env) var for that right now, only for the status (failed/success - 1/0 -> BITRISE_BUILD_STATUS https://devcenter.bitrise.io/faq/available-environment-variables/)

Feel free to create a #feature-request if you’d want an env var with the ID of the failed step! :wink:

1 Like