Hi!
Where can I find the prices (per minute) for the different sizes (1x-8x) of bitbucket pipeline machines?
Hi Sebastian and welcome to the community!
Bitbucket Cloud workspaces have a certain number of build minutes included, depending on the workspace's billing plan:
These build minutes are per workspace. The total number of build minutes consumed by each repo in a workspace counts against this limit. The price you pay for the Standard or Premium plan depends on the number of users with access to the workspace ($3.30 per user / month for Standard, $6.60 per user / month for Premium).
For workspaces on the Standard, Premium, and Free with Overages plan, when the respective build minutes are exceeded, we automatically add 1,000 additional build minutes per billing cycle for $10. If these are also exceeded within the same billing cycle, we automatically add 1,000 additional build minutes per billing cycle for $10, and so on.
You can also find this info on the following page:
With regards to step sizes, 1x-8x:
So, If a 1x step takes 10 real minutes to run, it will consume 10 build minutes from the workspace's build minutes.
If a 2x step takes 10 real minutes to run, it will consume 2 * 10 = 20 build minutes from the workspace's build minutes.
If a 4x step takes 10 real minutes to run, it will consume 4 * 10 = 40 build minutes from the workspace's build minutes.
If an 8x step takes 10 real minutes to run, it will consume 8 * 10 = 80 build minutes from the workspace's build minutes.
Please feel free to let me know if you have any questions.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.