For what it's worth, the company I work at has been using Gitlab a lot
more lately, integrated with buildbot.  Buildbot out of the box can trigger
builds on push webhooks, but I had to write my own webhook handler
to trigger try builds on merge requests.  It's ready for wider testing,
and I'm contributing it to the buildbot project; the draft change is at
https://github.com/buildbot/buildbot/pull/1820
Give it a shot and let me know how it works for you.

( Buildbot, by the way, is kind of like a CI toolkit.  The learning
curve is a bit steep.  I also had to write my own declarative
config file parser, as manually authoring buildbot configs
didn't scale too well for me.  I also contributed an early draft
of that, 
see 
https://github.com/buildbot/buildbot/blob/master/master/contrib/SimpleConfig.py 
)

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/00efb96c-fd8f-474d-a35e-8533ccda8026%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to