Hacker News new | ask | show | jobs
by phunge 3679 days ago
Which are the best of the SaaS options? Just curious -- I'm not happy with CircleCI or Travis right now.
2 comments

Bamboo is expensive, but worth it. Jenkins is a pale shadow by comparison, although I agree that Jenkins 2 is a lot better than 1.x.
If you don't mind me asking, what are your biggest complaints with Circle or Travis?

My work might be looking for a CI provider and those 2 are the first ones that come to mind.

I actually like Travis quite a lot except for one issue! At work we use docker for builds, and neither tool can build docker images in such a way that the docker layer cache is utilized. For more details: https://github.com/travis-ci/travis-ci/issues/5358, https://circleci.com/docs/docker/#caching-docker-layers, https://github.com/docker/docker/issues/20316.

This makes our CI builds painfully slow. It's not entirely CircleCI or Travis's fault, it's the interaction between them and docker.