I am trying to move my bitbucket pipelines to self hosted runners. I needs ssh keys. In hosted runners ssh key is mounted automatically. With self hosted runners, I did not find my ...
In Command Line run the BB Runner Token it shows the Updating runner state to "ONLINE". After we getting this error, BB Runner I am facing The connection observed an error and runner status it's sho...
...unner-********-****-****-****-************: image: docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:1 volumes: - /tmp:/tmp - /var/run/docker.sock:/var/run/docker.sock - /var/lib/docker/c...
Hi Bitbucket, We've noticed there's been a couple of version updates recently for the bitbucket runner but I can't seem to find a changelog anywhere? Does one exist? Thanks! Alan
Hello, I'm trying to deploy to an testing server. As my server can't be accessed from internet, I’m using a self.hosted runner to copy my files and deploy inside my network As my server is on a loc...
...t; -e WORKING_DIRECTORY=/tmp --name runner-<masked> docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:1 Now I need to make it headless, so that I would not need to s...
....InternalServerErrorException: Status 500: {"message":"Get \"https://docker-public.packages.atlassian.com/v2/\": remote error: tls: protocol version not supported"} I installed docker using the convenience script....
I have created a self-hosted runner to run the bitbucket pipeline. There I want to run multiple steps or parallel on the same runner. But only the step which has 'runs-on' tag with the label 'self.h...
Hello, I get the following error in my pipeline when using slack-notify . + docker container run \ --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines...
Hi everyone. I had a weird behaviour on one of our self-hosted pipelines. I want to deploy and artifact with SCP or Rsync but always get "Host key verification failed" ( both fails ). Oddest thing...
How do we access the docker daemon from inside a container running via the on-prem Bitbucket Pipeline Runner. The pipeline runner is hosted in our k8s cluster, and the manifest file looks like the on...
...0-05 17:44:03,372] Updating step progress to PULLING_IMAGES. [2021-10-05 17:44:03,623] Pulling image docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-dvcs-tools:prod-stable. [2...
After following the deployment instruction for Bitbucket Runner on an AWS EC2 instance I can't get the pipeline to access the instance role. I tried setting up the credential file inside ...
According to the documentation at: https://support.atlassian.com/bitbucket-cloud/docs/pipelines-runners-frequently-asked-questions/ "How do I set up proxy for docker images? With a sel...
sftp-deploy:0.5.7 Hello Comunity, I am trying to deploy to on-premise via Runner using the sftp-deploy. In the figure 1 you can find the deployment yaml. The figure 2 shows the deployment...
We are using runners as a way of running long tests without using up a lot of build minutes. As part of these runners, we are using pipes to run SSH commands and do SCP deploys. We don't have a fa...
Hello Atlassian Team, I'm setting up a pipeline runner on a local server. I'm running into an issue where the build will get stuck during the "clone" step. Looking into the container logs, it looks...
Hello, We are setting up self-hosted runners to run the scripts on a hosted server instead of using the docker hub. We tried to do some tests to see what's best in terms of performance. Ideally we ...
I'm running the Bitbucket Pipelines Runner in our Rancher based Kubernetes cluster. It registers well, and I am able to run basic Pipelines and everything is going fine until some steps of the Pipeli...
I got bitbucket runner working, but it is a queue, that is only one pipeline can execute, the other has to wait until the first completes. How do I configure one runner to execute concurrently by as...
When adding a new self-hosted runner, IDs and credentials are created that are specific for a single agent (e.g. the RUNNER_UUID parameter). This makes it hard to auto-scale runners. If t...
Copied to clipboard