Author
[guest author fields > title]
Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
Announcing the Bitbucket Cloud Migration Assistant
Update March 2022: The Bitbucket Cloud Migration Assistant now supports migrating from Bitbucket Data Center instances as well. We are excited to announce the launch of the Bitbucket Cloud Migration Assistant, an Atlassian-supported app built to help Bitbucket Server customers automate the migration process from Bitbucket Server to Bitbucket Cloud. If you are considering a […]
Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
Action Required for GitKraken Users using SSH
We recently learned that users of Bitbucket Cloud who generated their SSH key(s) using GitKraken versions 7.6.0-8.0.0 could be subject to a vulnerability that results in the creation of duplicate keys. The developers of the GitKraken app reached out to Bitbucket Cloud when they discovered that their software was generating duplicate RSA keys and informed […]
Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
It’s official! Announcing Runners in Bitbucket Pipelines
You’ve always been able to execute CI/CD workflows via Bitbucket Pipelines using Atlassian’s infrastructure. This is the easiest way to use Bitbucket Pipelines because you don’t need to host or manage any servers. We host it and manage it for you. But sometimes you need more control of your hardware, software, and the environment your […]
Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
What DevOps means to devs
It used to be simple: write code, test it locally, deploy to prod, everything runs perfectly forever. Right? Wrong! Software development is messy, and growing more complex every day. Doing DevOps isn’t just committing code once it has passed a prescribed set of unit tests on your machine. Adopting the benefits of DevOps means you’re […]
Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
Automate manual tasks with Bitbucket Pipelines
Each time you make changes to your code, you have to go through many manual steps like testing, building artifacts, deploying to several environments and more…