Welcome to the Bitbucket Blitz video series. The series features a library of short-form videos that, as a collection, capture the end-to-end flow developers use to get sh&t done with our Software Collection. There is a specific focus on Bitbucket and Bitbucket Pipelines features.
A better developer experience is a few steps away.
Pipelines are great at the mechanical parts of CI/CD. Build, test, deploy. Those are well understood problems and you can script them reliably.
But there's a whole category of work around your pipeline that's harder to automate. Writing release notes from commit history. Updating a Confluence page when a deployment finishes. Posting a meaningful Slack summary when tests fail. Triaging flaky tests. Cleaning up stale feature flags.
You can script these things, but you end up with fragile bash scripts that break when things change, and nobody wants to maintain.
Bitbucket Agentic Pipelines let you replace those brittle bash scripts with a natural language prompt that runs inside a pipeline step. You define an agent in your bitbucket-pipelines.yml, and it runs non-interactively in your step container with full access to your repo, your build context, and Bitbucket and Atlassian APIs through MCP.
In this Bitbucket Blitz video, I walk through a golden path pipeline that creates fully working repositories from a template and uses an agentic step to read a design spec from Confluence, rewrite the app's frontend to match, and open a PR for review.
With Agentic Pipelines, Bitbucket goes from a CI/CD platform to a full workflow and automation engine you can use far beyond builds and deploys.
If you want a quick win to get started, try adding an agent step that generates release notes to a Confluence page every time a deployment completes, or one that posts to your team's Slack channel when a build fails with context about what broke.
Resources to get you going
You can check out the entire Bitbucket Blitz video series here: Bitbucket Blitz
About the author
Warren is a former developer turned technical evangelist who joined Atlassian in 2021. He has worked on everything from COBOL telecoms software running on mainframes to modern cloud infrastructure at AWS. He has a passion for technology and a research background in machine learning. As a technical evangelist, Warren builds awareness of the capabilities of Atlassian products through demos, writings, and videos. You can often find him at conferences like Team and re:Invent. Warren also curates the Developer's Edge video series (https://www.youtube.com/playlist?list=PLaD4FvsFdarTAhQOlVigaP9hrtSyu86vb).
Let me know if you have any questions in the comments!
Warren Marusiak
0 comments