TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best self-hosted CI solution?

8 pointsby shcialmost 4 years ago
What is the best software for running a self-hosted CI system? What are you currently using?<p>At my company (100 engineers, 1000 CI pipelines) we use GoCD as of now, but that seems to be no longer maintained and is lacking some important features. Jenkins seems to be the go-to solution, has support for everything via plugins, but I have only heard bad things about it. Is that still true?<p>I&#x27;m looking for a self-hosted solution because we do a lot of custom magic with docker that requires root access on the builders and access to various services in our intranet.

7 comments

atsalolialmost 4 years ago
You can self-host GitLab and GitLab CI. Those are nicely integrated and a smooth UI. Well supported and ongoing development and improvement.
评论 #27258007 未加载
giantg2almost 4 years ago
I&#x27;ve used Jenkins. It&#x27;s not bad, but not great either.<p>I&#x27;ve used Bamboo. It seems to be more stable and flexible.
thecodemonkeyalmost 4 years ago
I&#x27;m a huge fan of Drone CI. Loads of customization options, and a simple, powerful UI. Easy to self-host and scale as docker containers.<p><a href="https:&#x2F;&#x2F;www.drone.io" rel="nofollow">https:&#x2F;&#x2F;www.drone.io</a>
suhligalmost 4 years ago
I am running <a href="https:&#x2F;&#x2F;concourse-ci.org" rel="nofollow">https:&#x2F;&#x2F;concourse-ci.org</a> on a cheap VPC and I am very happy with it.
评论 #27262156 未加载
knlalmost 4 years ago
GoCD had a release two months ago, why do you think it’s not maintained?
评论 #27258826 未加载
ironfootnzalmost 4 years ago
I would recommend Github Enterprise
评论 #27261980 未加载
aeroithalmost 4 years ago
Buildkite is pretty good.
评论 #27262625 未加载