...ocumentation here https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/ I added a step to confirm public I...
I am not a fan of the 4x/8x as we are one of the shops which needs to whitelist IP addresses. In all builds failing today, they are coming from different IPs. We are verifying this with the curl ifc...
Valid IP addresses for bitbucket.org, api.bitbucket.org, and altssh.bitbucket.org are already whitelisted within our security group, however we are unable to connect to our webserver because ...
As the topic says, I'm getting the following OAuth error when deploying the runner-controller: ``` self._client.parse_request_body_response(r.text, scope=self.scope) File "/usr/local/lib/python3.10...
My company currently uses Bitbucket for our code source control. We currently do not have any system in place to manage our software deployment. Our custo...
Hi, I have been struggling for weeks to figure out how to get a pipeline running for our Bitbucket repo. Our application was designed in Visual Studio 2019 with .NET 4.8. When I try using the m...
We are currently developing a project where our resources are protected by a firewall that only allows traffic from whitelisted Bitbucket IPs, as specified in the official documentation (including th...
Given the following pipeline configuration, the Pipeline Validator claims it is good but the pipeline gives an error: `[pipelines > branches > FOO-10751-snapshot-used-as-clean-source > 0 >...
Hello Atlassian, Can we overcome the long name folders where the build is cloned from the remote repo in the CI/CD pipelines? It makes my paths of the deepest files to have 259 paths in Wi...
Hello Atlassian community, Any one can help? I am experiencing an issue with my Flutter web build pipeline on Bitbucket. When I run the flutter build web --web-renderer canvaskit --release...
Hello, I'm sending an alert to JSM/OpsGenie via PS Invoke-RestMethod in my Bitbucket pipeline. I'm trying to use variables in the JSON message. It works when I hard-code the value in the JSON message...
We're trying to send an alert to JSM from Bitbucket Pipelines but receiving a "401 Unauthorized" error. Has anyone had any success authenticating from Bitbucket Pipelines to the JSM API using Powersh...
When providing an image for example like this: - pipe: sonarsource/sonarqube-scan:2.0.1@sha256:f559720fcbb3bc355b9599666525c3ad80d6b6ab25ecd53aabb029aa583139a We get an error in the pipe...
I have a custom pipeline for each of my applications. They are structured in a way which they do not affect each other. I have four different deployment environments (dev, qa, etc). There are deploym...
We initially tried 4x step size in a parallel steps and it works, however after changing it back to 2x in an attempt to save build times and returning it once again to 4x due to realization that the ...
I am integrating sonar to my bitbucket pipeline. I am getting 2 pipelines build if i am integrating. my branch pipeline is succeeding without any error. my PR pipeline fails at test w...
I'm encountering issues with my Bitbucket Pipelines not triggering correctly. What are common troubleshooting steps I should follow?
+ flutter packages get 2 Running "flutter pub get" in build... 3 Resolving dependencies... 4 The current Dart SDK version is 2.19.4. 5 6 Because visio...