We’re announcing an important update to the deployment dashboard in Bitbucket Pipelines. As part of our ongoing efforts to make deployments more flexible and user-friendly, the promote action on the ...
Currently, the `condition` option for conditionally triggering a step can only look at the changeset of a commit. It would be great to have a condition based on files in the repo, not just changed on...
Hi, I'm testing the Output Variables feature in Bitbucket Pipelines. My pipelines use a custom in-house runtime Docker image. My main use-case uses a mix of parallel and man...
Is there a way to send specific values directly to the child pipeline? Are they inherited from the parent pipeline?
We’re excited to announce the launch of parent/child pipelines for Bitbucket Pipelines. This powerful new capability lets you define a step within a pipeline that triggers and encapsulates a whole ...
I was trying to connect bitbucket pipeline with GCP vm instance and could not do it. On series of debugging when I tried accessing the token using simple pipeline and still couldn't find out w...
Hello Everyone, I'm working on a CI/CD setup using Bitbucket Pipelines for our embedded SW project. Our workflow already includes automated build steps, QAC static analysis, and release artifact gen...
I'm trying to deploy a NestJS backend app from Bitbucket Pipelines to Heroku using the atlassian/heroku-deploy pipe. What I Have: My repo is hosted on Bitbucket. project /backend /frontend .bit...
Hi all - we're excited to announce a major enhancement to the Pipelines cloud runtime which is designed to significantly increase customer capabilities when working with Docker. This new functional...
I've been experiencing an issue with Bitbucket Pipelines hosted on self-managed servers for the past few days. After triggering a pipeline, no jobs appear to run, and it's not even possible to stop t...
I have tried 20 combinations of LOCAL paths and nothing is working, keeps claiming that "mirror: Access failed: /dist: No such file or directory". # Deploy to Windows Server - echo "Valida...
Hi, I’m testing the new Output Variables feature, which should allow variables to be shared across subsequent steps. The documentation example works fine: pipelines: default: - step: ...
hello, I'm hoping somebody could help me figure out what this error means. + npm run lint > frontend@1.16.1 lint /opt/atlassian/pipelines/agent/build > eslint --ext .js,.vue --ignore-path...
We have a branch pipeline that creates a new git tag. If multiple PRs get merged at around the same time, this branch pipeline is started multiple times. Now there could be race conditions, where the...
..
Our pipelines sometimes fail for expected reasons, but which are only obvious to DevOps people (like publish failure because of artifact version conflict which manifests itself with an apparently unr...
Overview Bitbucket Pipelines could automatically request an OIDC token for a running step. User can send the OIDC token to Google’s Security Token Service (STS) to exchange it for a short‐lived Goo...
Docker Hub have been incrementally increasing rate limits for “Docker image pulls” over recent years, starting in 2020, and further changes are being applied from April 1st, 2025. You can read more ...
Hi everyone! We're excited to announce the Bitbucket Pipelines monthly office hours program. This program is designed to give customers a way to connect directly with the Bitbucket Pipelines team, ...
Hi all - we're excited to announce the release of ARM builds in the Pipelines cloud runtime. Head over to our announcement blog for all the details: https://www.atlassian.com/blog/software-...
Hi all - We're excited to announce a new capability in Bitbucket Pipelines we're calling Step Failure Strategies. Detailed information is available on our announcement blog: https://www.atl...
Hi all - this is the first RFC we've done via this community, but we'd like to make this a regular thing depending on how engagement goes with this attempt. This RFC is to gather ideas/feedback on ...
New pipeline, getting these errors no matter how I change the usage. Other types of predefined (composer) and custom caches seem to work fine. Assembling contents of new cache 'node' Cache "node...
Hello. Can someone point me to an example manifest with a pipeline building an image on EKS with a local runner? It seems the runner crashes (before even running the pipeline) looking for /var/lib/do...
Hi all - we're excited to announce that we've recently released 16x sized steps for Bitbucket Pipelines, doubling the previous largest step size. For more details, check out our release blog.
Copied to clipboard