...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...
I was reading the documentation here (https://support.atlassian.com/bitbucket-cloud/docs/run-docker-commands-in-bitbucket-pipelines/#Enable-Docker-BuildKit) and I noticed an apparent discrepancy.&n...
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: - s...
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-p...
Hello we currently run self-hosted runners on Kubernetes per the tutorial/guide on runners-autoscaler. When I attempt to run a pipeline step with the "runs-on" configured it immediately fails w...
...he pipelines are failing, because the previous ones have not finished pushing the new tag. Is there a way to let a branch pipeline wait until the previous one has finished?
This is a docker compose script running 3 containers on BitBucket pipelines cloud runner I'm seeing this error on my pipeline when using a Docker compose. I've seen posts already online about u...
I am still having issues with the 3.1.0 version of the git secret scanner pipe integration which I seemed to have faced in the previous versions too. The issue occurs when I try to include a .gitleak...
I have currently got the following bitbucket-pipelines.yml file (redacted and simplified): pipelines: pull-requests: '**': - parallel: - step: <<: *s...
..
We have a pipeline that is doing double duty by deploying to both a staging environment and production. To accomplish this our pipeline has the following steps: Build staging .env file Build appli...
Copied to clipboard