TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best self-hosted CI solution?

8 点作者 shci大约 4 年前
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 条评论

atsaloli大约 4 年前
You can self-host GitLab and GitLab CI. Those are nicely integrated and a smooth UI. Well supported and ongoing development and improvement.
评论 #27258007 未加载
giantg2大约 4 年前
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.
thecodemonkey大约 4 年前
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>
suhlig大约 4 年前
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 未加载
knl大约 4 年前
GoCD had a release two months ago, why do you think it’s not maintained?
评论 #27258826 未加载
ironfootnz大约 4 年前
I would recommend Github Enterprise
评论 #27261980 未加载
aeroith大约 4 年前
Buildkite is pretty good.
评论 #27262625 未加载