groupon / DotCi

DotCi Jenkins github integration, .ci.yml http://groupon.github.io/DotCi
MIT License
499 stars 73 forks source link

Integration with Gitlab in addition to GitHub #208

Open tim-kretschmer-c2fo opened 8 years ago

tim-kretschmer-c2fo commented 8 years ago

DotCI works out of the box with GitHub. Are there any plans to integrate with Gitlab as well? What would it take to support that git host in addition to GitHub? This wouldn't have any tie-in with GitlabCI, but rather treat Gitlab only as a repo host, just like GitHub.

suryagaddipati commented 8 years ago

hi @tim-kretschmer-c2fo it is not our roadmap atm because we use ghe mainly.

One option is to make scm generic and support adding new backends via plugins.

I am going to keep this issue open, till I research how feasible that is.