|
|
|
|
|
by bm1362
3177 days ago
|
|
Drone is a self-hosted alternative, although you still have to do some configuration: https://github.com/drone/drone We went from Drone -> CircleCI -> Jenkins in the last two years. Jenkins feel opaque and hard to reason about, periodically dies for no _good_ reason and the UI is atrocious. Drone itself was fine, as a minimal feature set. I think the docs are offline now, but it's fairly straightforward. |
|
You must be doing something wrong then. I run a Jenkins cluster with hundreds of automated pipeline build/deploy jobs and the master node never dies. (It's also the only node up and running 24/7) You should be offloading your work to build agents.