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 t...
Hi :) We wanted to start using the k8s runners autoscaler, we see that currently it does not support arm64 runner. Is there a plan to support it in the nearby future? It ...
Hi! I'm new to Bitbucket Pipelines and not sure how to go about this use case. When a new PR is opened I want to trigger my pipeline. The one task I need my pipeline to do is run my docker i...
pipelines: branches: release/dev: - step: name: Detect Changed Modules & Build caches: - gradle script: - echo "Changed modules: $BITBUCKET_COMMIT_RANGE" - CHANGED_MODULES=$(git diff --n...
We use Bitbucket cloud with self hosted docker/kubernetes runners. What container performs the git clone in the Build setup? I found a document that implies the step image runs the git...
...nes. This would do wonders for common shared pipelines configuration to be more modular and/or universal. Example: pipelines: default: - step: name: M...
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 m...
I had a deployment fail recently because I incorrectly indented a part of the bitbucket-pipelines.yml file. My question is why did the bitbucket-pipeline.yml json schema not catch the e...
...bsp; - step &3 pipelines: master: - step *1 - step *2 Project based template: pipelines: branches: &n...
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 w...
...ith the value generated from the Access Tokens section using: Repo.read & Repo.write The pipeline output: INFO: Executing the pipe... INFO: Current directory: /opt/atlassian/pipelines...
Im trying to export a VERSION Variable using both the latest Git Tag and the BUILD NUMBER in my pipeline: image: python:3.8 pipelines: branches: main: &n...
Hello Team, I have a scenario where, I need a merge check where the pr's shouldn't merge with out this test plan run successfully. But apparently this test plan cannot be run into every commi...
I am not able to see Members nav link on the top menu.
...hy token is not populated Below is my simple pipeline : ``` pipelines: default: - step: oidc: true s...
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 g...
Hi. I am working with multiple self-hosted runners on Windows and multiple concurrent pipelines. Two pipelines are serial, one is supposed to run parallel steps. As far as I can see, each p...
Hello, our pipelines are failing with the error "failed to pull and unpack image "mcr.microsoft.com/azure-functions/node:4-node18-core-tools": failed to copy: read tcp **.**.**.**:57442->***....
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 /f...
...reventing DinD from delegating cgroups. Public issues: wrong container_memory_working_set_bytes for DinD container on cgroupv2 only nodes · Issue #119853 · kubernetes/kubernetes DinD cgroupv2 problem i...
...ocalEndpoint":{"serviceName":"runner","ipv4":"10.12.1.6"},"tags":{"http.method":"PUT","http.path":"/ex/bitbucket-pipelines/rest/internal/accounts/{50e38d04-1187-4665-a670-45319c5c824c}/runners/{4c335687-68f4-53dd-9...
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 f...
Has anyone used a reliable video downloader for Bitbucket or Jira documentation videos? I’m looking for a tool or method to easily download videos for offline viewing, especially for training purpose...
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...
Copied to clipboard