Ask HN: What CI do you use in your team?
https://news.ycombinator.com/item?id=20013291Hi all,
My team of about 30 devs has been using Codeship since I came onboard ca. 2yrs ago. For a variety of reasons we've been talking about moving unto a different solution and while our DevOps guy (yeah we sadly only have 1 DevOps guy) has been talking about Jenkins (which is already used by our testing team), some of us are daunted by the prospect of having 1 overworked person having to additionally manage a Jenkins installation.
While the previous team I've worked in used Jenkins, the DevOps/dev ratio was far more favourable (startup, 2 DevOps people and 5 devs), and even so our Jenkins installation would still leak and require a lot of love.
Thus, I was wondering what solution y'all might be using in a professional environment in mid-sized teams.
Some context: - All our repos are in private GitHub repos (so GitLab/GitLab-CI ain't an option). - We're working with over 100 CI'ed projects and have 2-3 concurrent builds (I believe increasing that number without breaking the bank is one of the reasons we're moving but I'm not 100%) - We primarily work in Python/JS/Java. - All our stuff runs on Google App Engine.