Collaborative Development using Bitbucket and Pantheon

Version control enables developers to store and track changes made to the source code of their website. Even though Git is fully implemented for each Pantheon site, there may be a real business need to have your source code stored and managed in a local platform.

In this presentation we will share how we built a custom CI/CD process that allows us to pull our code from Bitbucket, which is now the canonical version of our website, work locally, and then push up our changes to our local repository where a Bitbucket pipeline will create a mulitdev environment in Pantheon for testing.