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'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.
I'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://www.drone.io" rel="nofollow">https://www.drone.io</a>
I am running <a href="https://concourse-ci.org" rel="nofollow">https://concourse-ci.org</a> on a cheap VPC and I am very happy with it.