6 ms·
Which are the best of the SaaS options? Just curious -- I'm not happy with CircleCI or Travis right now.
by phunge 10y ago
Which are the best of the SaaS options? Just curious -- I'm not happy with CircleCI or Travis right now.
- throwanem 10y agoBamboo 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.
- Klathmon 10y agoIf 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.
- phunge 10y agoI 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://github.com/travis-ci/travis-ci/issues/5358, https://circleci.com/docs/docker/#caching-docker-layers https://circleci.com/docs/docker/#caching-docker-layers, https://github.com/docker/docker/issues/20316 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.