Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Using the new 8x pipelines give me HTTP errors

Kikadass
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 30, 2024

Recently there was a new announcement on Atlassian to allow 4x and 8x pipelines in their servers with 16CPUs and 32GB of memory: 

https://bitbucket.org/blog/announcing-our-new-ci-cd-runtime-with-up-to-8x-faster-builds

I was trying to update my pipelines and I also updated the Corporate firewall to accept the new IPs listed here: 

https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/

But I still get HTTP issues when trying to download my Bitbucket repository:
image.png

 

This only happens when I use the new 8x or 4x pipelines, if I change the size to 2x it works. 

 

I also gave more memory to the docker image up to memory: 27128

 

Any advice on where should I start looking? Is this a known issue?

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 1, 2024

Hi Kikadass, 

The documentation is in the process of being updated as it is not made exactly clear how to ensure that your 4x/8x pipeline builds use only the IP addresses within the atlassian-ip-ranges list that you've mentioned.

To do so and avoid firewall issues - you will need to modify your YML configuration as per this article as follows:

Example - using the runtime globally to enable atlassian-ip-ranges for all 4x, 8x steps

options:
  runtime:
    cloud:
      atlassian-ip-ranges: true

Example - using the runtime to enable atlassian-ip-ranges for a particular step

pipelines:
default:
- step:
size: 4x
runtime:
cloud: atlassian-ip-ranges: true script: - echo "I use atlassian-ip-ranges"

Hope this helps.

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events