Skip to content

Commit

Permalink
Add Bitbucket Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimjusth committed Mar 5, 2023
1 parent bfabfe9 commit 2b9b4ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions pages/continuous-integration-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- TOC depthFrom:2 -->

- [AppVeyor](#appveyor)
- [Bitbucket Pipelines](#bitbucket-pipelines)
- [Bitrise](#bitrise)
- [CircleCI](#circleci)
- [Codefresh](#codefresh)
Expand All @@ -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)
Expand Down

0 comments on commit 2b9b4ee

Please sign in to comment.