It would be nice to have a different status color for things that are paused. It would help bring attention to items that need manual intervention, vs passed, and failed runs.  ...
I do not see any data shown in Metrics tabs of steps that use local runners. Is there any configuration to add?
I have got a local runner on a Debian server which was working until recently. The pipeline is super small now just to do the bare minimum (see below). The runner is up and running and Bitbucket is ...
I was under the impression that I will have access to the hardware connected to that computer. However I am trying to sign generated code with a certificate stored on a USB, and it does not appear t...
Hi Team, My current setup consists of self hosted runner that is deployed as docker container, next to my small application environment managed by docker compose. I need to be able to control m...
In my case, I have a single repository that needs to be deployed (via git pull) to multiple different servers/mandanten. Currently, I have set up three self-hosted Linux shell runners — one per serve...
I see this example in bitbucket pipelines documentation that say we can use oidc-role https://support.atlassian.com/bitbucket-cloud/docs/docker-image-options/#OIDC-roles but currently m...
Context Self hosted docker linux runners created with the given command are creating root owned files in /tmp. /tmp is the WORKSPACE directory. This is a security issue as this fil...
I am unable to figure out how to configure the bitbucket cloud to get a notification whenever the status of the "self.hosted" runner changes to offline. Can anyone provide a quick and ...
Hola Atlassian Community, I'm using Bitbucket Runners Autoscaler on a Kubernetes cluster (currently single-node). The autoscaler itself is working as expected, launching new runners po...
Hello Team, Facing the issue container 'docker' exceeded memory limit in Bitbucket pipeline even after mentioning size 2x for Sonarscan. We are using Bitbucket runners. - step: &sonarscan &nbs...
Hi there, Expected result: for pipelines to assume the pod identity associated IAM role and access AWS authenticated resources to be able to publish a docker image to an ECR repository for example...
I need to perform certain actions on all the self.hosted runners. like a maintenance work. Right now, these custom pipelines with the intended actions are only executed randomly on the runners avail...
I'm appealing to the folks out there in pipeline world. We have an instance where we have local bitbucket-pipeline-runners in Kubernetes that are meant to be used for building code for a ...
I would like to submit a patch for this: https://bitbucket.org/bitbucketpipelines/runners-autoscaler/ There appears to be an (obvious) bug in the cleaner where it tries to clean up everything in ...
As mentioned in atlassian.com/bitbucket-pipelines-runner-upgrade-required: To maintain stable access to the self-hosted runner functionality, and gain the benefits from these improvements (as well a...
I've been struggling to figure out what deployment.yaml settings I need to use so I can leverage arm64 for the bitbucket runner autoscaler. Hoping someone can help? The kustomize files here appear t...
I am using a windows server as a self hosted runner. In my pipeline, I am trying to create artifacts. The artifacts are being created and I see that when the pipeline is running for some commi...
Problem: Currently, Bitbucket pipelines executes queued pipeline steps in a random order, which can lead to later triggered pipelines running before earlier ones. This lack of control can cause ...
Hello Bitbucket Community, I’m currently evaluating whether to use Bitbucket’s global runners or opt for self-hosted runners for my CI/CD workflows. My pipeline involves several step...
Hi. Since a few weeks, we are repeatedly experiencing an error preventing our self-hosted runners from running Bitbucket Cloud pipelines. These runners may remain in an unhealthy state after execut...
I have been exploring ways to run self-hosted Bitbucket runners without requiring privileged mode ( privileged: true ). Specifically, I attempted to use the docker:23.0-dind-rootless imag...
We want to tie a pipeline to one specific runner (cloud, not self-hosted). Is it possible to configure my pipeline, so that it will always run on the very same host with the same MAC, user and IP add...
Hi, I'm trying to configure a sonar setup which will be initiated from pipelines. I have Sonarqube installed on a separate server which I have added as a runner. I'm also using the sonarsou...
Hi Team, We are connecting to a database and making deployments to it from bitbucket pipelines and we have plenty of pipelines in place among which some are scheduled. We have branch pipelines for ...
Copied to clipboard