๐Ÿ”– Bitbucket git status checks now support custom labels โ€” and a new default name

:rocket: 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.

:warning: 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_slug is the appโ€™s unique Bitrise project ID
  • event_type reflects what triggered the build (e.g. push, pull_request)