Hi, on my local runner I face an issue when running either parallel pipeline steps (see image) or multiple pipelines in parallel. All steps but one that use docker end up returning bash: docker: com...
After following the instructions to start up a Windows runner, I noticed that the `start.ps1` script runs in the foreground, and ends if I close the terminal session that started it. I'd like to be a...
When creating a runner, the command given by bitbucket runs it interactively. I ran with -itd and as well tried putting job in background (&). My runners say they are online but the pipelines jus...
I was following this guide: https://bitbucket.org/bitbucketpipelines/runners-autoscaler/src/master/ I have things in a state where, when the runner controller pod spins up, it gives me 401 ...
I have a custom Bitbucket Runner running on an EC2 instance in AWS. It's a Linux Docker runner. I've noticed that I can't use stages in my bitbucket-pipeline.yml file. When I add a stage, commit, and...
I have a self-hosted runner configured on a Kubernetes cluster (EKS) and having some issues with the underlying runner process pulling images from ECR at runtime. I've uploaded the auxiliary images ...
We are developing software for NVIDIA Jetson modules which are ARM based. In our Bitbucket pipelines we would like to build the C++ modules using an ARM based Docker image (eg arm64v8/ubuntu or an of...
Hi team, We are running self-hosted pipelines runners. Recently it is good to see that HTTP_PROXY and HTTPS_PROXY get exported to docker service in self-hosted pipelines runner, which gives us oppor...
Hi When running a self hosted bitbucket runner we intermittently get these errors in different stages: Status 404: {"message":"No such container: ..."} In this case it was in a single step using...
...ervices: bitbucket-runner-igon: image: docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:1 container_name: ${RUNNER1_NAME} u...
Hi Team, I wan to implement "runner" in Bitbucket and I have admin access on one of the bitbucket repo too but I am unable to see runner option in repository setting. What could be the issue ...
Hello, We have some self hosted runners on EC2 instances in AWS. However as builds are increasing in size they are becoming quite slow, what would be a recommended EC2 instance size/type for a...
...ocker-daemon image (ie. docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-docker-daemon:v20.10.18-prod-stable) as well? Here are the use cases: (1) The firewall blocks the t...
Hallo Community, In my company we are using Bitbucket pipelines and most of the time they work fine. But i have a problem with a pipeline that uses this image: "image: mcr.microsoft.com/dotnet/sd...
Hey everyone :) I would like my Bitbucket runner to run as a cron job on boot. The command provided by Bitbucket to launch the runner manually works as intended, but as soon as I try to laun...
Hi, I have a pipeline returning the following error. The pipeline runs on a self-hosted runner (Docker container) on Redhat instance. [RuntimeException] Failed to execute git clone --m...
Hallo community, I am currently facing the problem not being able to determine when the bitbucket runner comes online. My situation: I am connecting to Azure in order to star...
Hi Team, I am new to Bitbucket, currently I am little confused in using runner. My query is , I have one bitbucket runner is which up and I have two namespaces in K8s cluster. 1- How to de...
I'm attempting to setup a Windows repository runner (which I've done in the past), but I keep getting a 'Forbidden 403' error when I input the "Invoke-WebRequest -Uri ..." command into Powershell.&nb...
Hello there, will try to be quick. Building automation routine in scriptrunner jobs. All the stuff is running fine, but the final set values back into checkboxes CF is failing without any error...
Hi, I am running a .sh script inside atlassian/ssh-run:0.4.1 runner framework. In that script I would like to define local variables and/or export them, to be used later in the same script. However,...
...ith OIDC setup: image: name: XXXX.dkr.ecr.eu-central-1.amazonaws.com/image:version aws: oidc-role: $AWS_OIDC_ROLE_ARN If i change the image to a public one, it works without p...
Brand new to Windows runners, thanks for reading. Here's where I am I was able to get the Windows Runner operating as expected on my Windows machine. When I review workspace runners in the ...
...ce8190e86ba11a8e935735ad2059524b020a0a6f652ff4df614353329af0c07 docker: docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-docker-daemon@sha256:10c58123e749b96c7a8b00d5a93e5d47b66d487c6595d02723bf3f14e23e1b78 On the n...
When i'm trying to start this pipeline pipelines: branches: master: - step: name: Step 1 runs-on: - self.hosted - test - linux.shell script: ...
Copied to clipboard