Limitations of Bitbucket Pipelines
This page lists the limitations in Bitbucket Pipelines.
IP protocol
Pipelines only support IPv4.
Build minutes, storage and steps limits
Your Bitbucket plan comes with a set number of build minutes each month, as well as a storage limit and limits on the number of steps that each pipeline can include, and how many pipeline steps can be run at once (concurrently):
Plan type | Price | Build minutes included Large file storage included Parallel steps included | Overage protection |
---|---|---|---|
Standard | $3 per user/month Flat rate of $15/month for 1 - 5 users
| Build minutes: 2,500 min/month Large file storage: 5 GB total Steps per pipeline: up to 100 | Included 1 2 |
Premium | $6 per user/month Flat rate of $30/month for 1 - 5 users
| Build minutes: 3,500 min/month Large file storage: 10 GB Steps per pipeline: 4x and 8x pipelines size options Additional features
| Included 1 2 |
Free | $0 for up to 5 users | Build minutes: 50 min/month Large file storage: 1 GB total Steps per pipeline: | Not included |
*Concurrent steps are steps that are running at the same time across all pipelines in your workspace.
Find more about plans and billing here.
Push limits
Accidentally triggering build pipelines can quickly use up your build minutes. To prevent this, we don’t run any pipelines for pushes that involve more than five tags, bookmarks, or branches.
Feature requests
You can review and request additional features for Bitbucket Pipelines or changes to these limits on our public issue tracker.
Was this helpful?