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...
We develop software for an interior design program. It takes about 20 minutes to build the software. We have a localhosted Windows server as our only runner. I've set up a pipeline that does a "test ...
What permissions are required to use the atlassian/aws-elasticbeanstalk-deploy:1.5.0 pipe with an OIDC deployment? I want to ensure that I haven't given to many permissions to the OIDC role.
We use the following workflows: when a developer starts working on a ticket, the ticket's status is changed to `In Progress` the developer will create a PR with the ticket number in the title, so ...
Hi Atlassian team, I'm using the `bitbucket-chatgpt-codereview` pipe and noticed a couple of items that may need attention: 1. In the README file, the word **“ChatGPP”** appears instead of **“ChatG...
Currently, Bitbucket only recognizes bitbucket-pipelines.yml file name. I think that it makes sense to accept the .yaml extension as well, especially since YAML FAQs advise to do so (https://yaml.or...
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 error? ...
I am trying to send mails via Azure as lined out here. I can successfully send mails manually via cURL and via python's sendmail. The email-notify pipe (v.0.13.2) however fails, as it seems like th...
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 am getting the following error in my pipeline: INFO: Executing the pipe... INFO: Current directory: /opt/atlassian/pipelines/agent/build WARNING: This pipe accepts files onl...
Having a problem when using the pipe atlassian/trigger-pipeline:5.3.0 on self-hosted runner on arm64. Tried use the cloud runner for the step but being forced to use the self-self...
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 gen...
Version: atlassian/bitbucket-dependency-scanner:0.8.0 I am passing in a valid NVD_API_KEY Logs: [ERROR] Error updating the NVD Data at org.owasp.dependencycheck.data.update.NvdApiD...
Hello, I was very excited about the Pipeline runtime v3 release and wanted to use it for publishing multi-arch docker images using it. I followed your documentation, to build images for platfo...
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...
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 par...
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...
Take an example of a following skeleton of a pipeline. # Example definitions: step: - step: &RunFlake name: Run Flake runs-on: - self.hosted - windows script: - git config --global core...
as part of our vault deployment out mount path has / in it. so as the code splits on the first / it isnt able to access secrets as url isnt built correctly.
Hi all, The more I dive into dynamic pipelines the more interested and excited I am about them. As my brain spins I'm starting to think we probably want more than just a single provider, possi...
Pipe: atlassian/bitbucket-iac-scan:0.5.2 Errors: 5:11PM ERR Saving result. failed to detect cwe error="key 'cwe' not found in map" fileName=/opt/atlassian/pipelines/agent/build/c...
When a dynamic pipeline crashes and doesn't return a reply - or it returns an incorrect reply, there's no way to rerun the pipeline in some cases. Case 1: * Normal branch or tag pipeline: Run the p...
Hi Pipeline Gurus, I have a bitbucket pipeline that generates an artifact that is greater than 1GB Since when originally the arifact was created I saw message as follows 1 Sea...
Hi I have this crazy plan that may just work. The way I understand it, Bitbucket says dynamic runners are not possible, and there has to be at least one runner available for any tag combination. Bu...
Hi all, In this YouTube! video by Edmund Munday, Edmund mentions building a dynamic pipeline generated entirely by a `bitbucket-pipelines.yml` file which contains nothing but ...
Copied to clipboard