Hacker News new | ask | show | jobs
by johnbaer 4389 days ago
I haven't played with this much but I saw something similar being presented at dockercon this week for Jenkins.

https://github.com/groupon/DotCi

https://github.com/groupon/DotCi/wiki/Setup-Cloud-CI-in-15-m...

Another option for self hosted ci that I would like to try at some point is drone which also supports docker images https://github.com/drone/drone

I personally prefer not handing my code out a third party app unless I absolutely have to.