Task #9565
Updated by Nico Schottelius over 3 years ago
* Basically: git push && pipeline that does the rest
* Input from your experiences is appreciated
h2. Choices
h3. Jenkins
* The "standard"
* Very heavy (4GB+ memory)
h3. "Buildbot":https://buildbot.net/
* Old
* Static workers (easy to configure via k8s)
* Seems to be fast and easy to setup
h3. Gitlab
* Highly integrated
* Can use k8s workers, can use docker
* Widely deployed
* Huge and tricky to maintain