Migrating complex CI/CD workflows in Bitbucket Cloud
In late 2021, we fully migrated Bitbucket Cloud from a data center to AWS to improve reliability, security, and performance. One…
In July 2022, Atlassian implemented 1time, the company’s own multi-factor authentication (MFA) library with time-based one-time passwords (TOTP), moving away from…
In late 2021, we fully migrated Bitbucket Cloud from a data center to AWS to improve reliability, security, and performance. One…
Git hooks are awesome in the context of continuous integration, so I want to share three CI-related use cases and point you to some ready-made hooks you can add to your workflow. If you’re new to Git hooks, no worries: we’ll start with the basics.