Hacker News new | ask | show | jobs
by colechristensen 2993 days ago
Jenkins has existed for a long time.

It has plugins for many things, and you can just run shell scripts when those don't work for you.

The Job DSL plugin is good for putting everything in code and generating jobs programatically.

There are a few other CI tools, GitLab itself you mention has been a full featured CI solution for quite a while and you can host it yourself.

1 comments

Great, it also has a Docker image apparently.