Continuous Integration cloud services
August 26, 2016
I’ve probably missed a couple, but this is a list I’ve compiled of all the CI services I know about, geared towards cheapo devs on a budget. My area of expertise is Teamcity, Octopus, Bamboo, Gitlab and a bit of Jenkins and Travis, and limited to dot net core.
- https://drone.io/new (free for public projects)
- https://buildkite.com ($15 a month unlimited agents, builds, pipelines. Free trial)
- https://codeship.com/ (free 1 project)
- https://circleci.com/ (free 1 project)
- http://www.appveyor.com/ (Windows only, free for OS projects)
- https://jenkins.io/(self-host, free)
- http://www.octopusdeploy.com (self-host, free for 5 projects, Windows only)
- http://www.gitlab.com (self-host the runner)
- https://www.jetbrains.com/teamcity/ (self-host, free for 20 projects)
- https://travis-ci.com/ (Github oriented, free for OS projects)
- https://www.atlassian.com/software/bamboo/pricing ($10 a month)
- https://buildkite.com/pricing ($15 a month)
I'm Chris Small, a software engineer working in London. This is my tech blog. Find out more about me via Github, Stackoverflow, Resume