diff --git a/README.md b/README.md index c0ae29b2..c34c0a63 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ The goal is to have enough details about each free tier so developers can choose - [Cloudflare](pages/content-delivery-networks.md#cloudflare) - [**Continuous integration/delivery**](pages/continuous-integration-delivery.md) - [AppVeyor](pages/continuous-integration-delivery.md#appveyor) + - [Bitbucket Pipelines](pages/continuous-integration-delivery.md#bitbucket-pipelines) - [Bitrise](pages/continuous-integration-delivery.md#bitrise) - [CircleCI](pages/continuous-integration-delivery.md#circleci) - [Codefresh](pages/continuous-integration-delivery.md#codefresh) diff --git a/pages/continuous-integration-delivery.md b/pages/continuous-integration-delivery.md index f9b5e440..ae1be62b 100644 --- a/pages/continuous-integration-delivery.md +++ b/pages/continuous-integration-delivery.md @@ -3,6 +3,7 @@ - [AppVeyor](#appveyor) +- [Bitbucket Pipelines](#bitbucket-pipelines) - [Bitrise](#bitrise) - [CircleCI](#circleci) - [Codefresh](#codefresh) @@ -25,6 +26,13 @@ * *Free tier*: Unlimited projects for open source, 1 concurrent build * *Pros*: Build support for .NET, Xamarin, Node.js and Ruby, Integrates with 10 different Git hosting providers including GitHub, GitLab and Bitbucket, Deploys to Azure, Amazon and other hosting providers +## Bitbucket Pipelines +[Product Page](https://bitbucket.org/product/features/pipelines) + +* *Free tier*: 50 min / month included +* *Pros*: You can have your runner self-hosted, full integration with Bitbucket +* *Cons*: Only with Bitbucket + ## Bitrise [Pricing page](https://www.bitrise.io/pricing)