What has changed?
Bitbucket users can now customize the name that appears on git status checks, bringing Bitbucket in line with the custom status report labels already available for GitHub and GitLab.
Previously, every Bitbucket check name was hardcoded to the format โBitrise build #125โ, regardless of any custom label configured. Now, custom labels set via status report settings are correctly applied to Bitbucket checks.
Default name change
We also brought the default (un-customized) name for Bitbucket checks in line with the convention already used for other providers.
If a Bitbucket check isnโt customized, its name will follow this format: ci/bitrise/<project_slug>/<event_type> for example ci/bitrise/a1b2c3d4e5f6g7h8/push.
project_slugis the appโs unique Bitrise project IDevent_typereflects what triggered the build (e.g.push,pull_request)