[users at bb.net] buildbot 0.9.0 rc3

Pierre Tardy tardyp at gmail.com
Tue Sep 20 09:34:32 UTC 2016


>
>
> For the record, I'm working these days with a team that started using
> Gitlab CI yesterday ! This is a mild disapointment, because I've been
> mentioning buildbot for a while to them (well and CI in general). I didn't
> get a demo yet, but I can take the opportunity to look at it.
>
>
So for gitlab, we have the change source:
http://docs.buildbot.net/latest/manual/cfg-wwwhooks.html#gitlab-hook
and the reporter
http://docs.buildbot.net/latest/manual/cfg-reporters.html#gitlabstatuspush
So integrating that into buildbot travis is just about creating the
integration code like this one I did for github:
https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/vcs/github.py



Personnally, I'd be more interested with integration with Kallithea. It's
> certainly on my list of potential midterm developments.
>
For Kalithea, there is no change hook, nor reporter yet.
So on top of that you would need to write a change hook and a reporter. I
think this is much more simple project than the tls supoprt that you are
working on currently.
Mostly a copy paste of an existing hook/reporter, and modifying it to adapt
to the data forma of Kalithea.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160920/7d232db6/attachment.html>


More information about the users mailing list