Inside Atlassian

Bitbucket

Article in Bitbucket

Introducing code aware search for Bitbucket Cloud

Code aware search Save time combing through usage results with a semantic search that ranks definitions first over usages or variables names. Sign up for Bitbucket Cloud to take it for a spin. Get started, it’s free The search for code search is finally over: Bitbucket Cloud is launching code aware search, specifically built for teams who have many […]

Article in Bitbucket

Bitbucket Pipelines now supports building Docker images, and service containers for database testing

Companies love delivering their applications using Docker. According to Forrester, 30% of enterprise developers are actively exploring containers, and Docker is the dominant DevOps tool, with 35% of organizations adopting it, according to a recent RightScale survey. Docker provides a painless method of building and deploying applications as a set of independent micro services, which are scalable and resilient. […]

Article in Bitbucket

Atlassian Clover is now open source

Our company mission – to unleash the potential in every team – shapes the products we create today. A big part of this is delivering new features and improvements through continual updates and releases. For many years Atlassian Clover has provided Java and Groovy developers a reliable source for code coverage analysis. This dependability has allowed […]

Article in Bitbucket

Generate SSH keys for Bitbucket Pipelines

Configuring SSH access to servers for your builds and deployments on Bitbucket Pipelines used to be a real pain. We had a manual process that involved generating keys locally, then base64 encoding them to pass through environment variables in your build. You also needed to add hosts to the SSH known_hosts file so various commands […]

Article in Bitbucket

Bitbucket Pipelines adds support for Alpine Linux

We’re big fans of both Node.js and Docker at Atlassian, and Bitbucket has seen some great adoption among these communities. So when we were recently contacted by the maintainers of the node-docker project to see whether Bitbucket Pipelines could support their Docker image, based on Alpine Linux, we immediately went to investigate and see what […]

Article in Bitbucket

Bitbucket ❤️ Unity Cloud Build

The Bitbucket team are excited to announce a brand new integration with Unity Cloud Build, just in time for GDC 2017! Traditionally, game builds are compiled, tested, and packaged by developers via their IDE or another tool provided by the game engine SDK. This is sub-optimal as it wastes developer time and resources, excludes non-technical […]

Article in Bitbucket

Leveling up your Cloud security with 2FA and IP Whitelisting

We live in an age where data breaches are very common. In the last three years major retailers to modern tech companies have experienced massive data breaches – yet CompTIA research shows that most companies are still not fully prepared against security threats and haven’t taken necessary steps to overhaul their security measures. No matter how much focus is put on […]

Article in Bitbucket

Add tags to commits in Bitbucket

Git tags have become essential to a Git workflow to mark specific points in your Git history (like referencing a specific version of a project by tagging a commit for your release). They reduce complexity, clean up your branch workflow, and are a way to mark exact versions of commits. If you change versions a […]

Article in Bitbucket

2 additional ways to trigger your builds in Pipelines

If you didn’t hear it already, Bitbucket recently announced Pipelines which lets your team automate the integration and delivery process. Automation in software development is becoming increasingly important. Automation saves you time because you have less manual work and it reduces risk by giving you a consistent and repeatable process for all of your team’s code. Ultimately, you […]

Article in Bitbucket

Git Large File Storage (Git LFS) now in Bitbucket Cloud

In recent years software teams across all industries have adopted Git thanks to its raw speed, distributed nature and powerful workflows. Additionally, modern software teams are increasingly cross-functional and consist not only of developers but designers, QA engineers, tech writers, and more. In order to be successful these teams need to collaborate not just on […]

Article in Bitbucket

Download our Git cheat sheet

The original post for this git cheat sheet lives here. New to Git? Our Git cheat sheet saves you time learning Git commands without having to memorize them all by heart. We’ve included the basic Git commands, Git branches, remote repositories, undoing changes, and more advanced commands. Download now   Learn Git with Bitbucket For […]

Article in Bitbucket

App passwords are here in Bitbucket Cloud

Keeping your code secure is crucial. That’s why last year we added support for 2-factor authentication. However, only having native 2FA support limits you from accessing Bitbucket repositories via 3rd party applications. Today, we’re excited to announce application-specific passwords (a.k.a. app passwords), which will allow you to just do that. App passwords let applications access […]

Article in Bitbucket

File Viewer for Bitbucket: view files of different formats in Bitbucket

File Viewer for Bitbucket Cloud is the winner of the Codegeist 2015 Atlassian hackathon, in the category Best Bitbucket add-on. This guest post is written by Alexander Kuznetsov, one of the developers of File Viewer for Bitbucket Cloud and co-founder of StiltSoft, an Atlassian Verified vendor and Atlassian Expert. Alexander has seven years’ experience as […]

Article in Bitbucket

Introducing the build status API for Bitbucket Cloud

Many of you have been asking for better support for continuous integration in Bitbucket Cloud. Every time you trigger a build,  whether by pushing commits or creating a pull request, you have to log in to your build server to see if it passed or failed. For many of you, we know it’s been a […]

Article in Bitbucket

Two-step verification is here

Two-step verification (also known as two-factor authentication) is now available on Bitbucket. It’s been one of our most requested features and we’re excited to ship it. Two-step verification secures your account by requiring a second component, in addition to your password, to access your account. That second step means your account stays secure even if […]