Author
[guest author fields > title]
Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68
Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68
Replicating Bitbucket Pipelines on your laptop for local debugging
This post was written by Bitbucket user Ayush Sharma. Bitbucket Pipelines is one of my favourite CI/CD tools, and I use it pretty heavily daily. Given the full range of use-cases available for Pipelines, I have to frequently diagnose and debug new issues, and this process of debugging starts with being able to replicate the […]
Cloning another Bitbucket repository in Bitbucket Pipelines
This post was written by Bitbucket user Ayush Sharma. I recently had a use-case where I wanted to clone another Bitbucket repository during a Pipelines execution. Doing this is very simple, but there is a lot of conflicting information online, so I thought I would document the steps here. Imagine a very simple Pipeline that […]
Automating Amazon Elastic Container (ECR) container builds using Bitbucket Pipelines
This post was written by Bitbucket user Ayush Sharma. Bitbucket Pipelines has fascinated me for several weeks now. I’ve already explored using it for Serverless deployments, and I recently spent some time exploring it for container deployments. In this post, we continue our exploration further. The plan is to build a container and push it to […]