remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Bitbucket Support #33

Open stevenpall opened 8 years ago

stevenpall commented 8 years ago

I was just wondering if support for Bitbucket webhooks is something that might be integrated in the future and/or whether people think this would be something useful to develop? Looking at github.go, I think it should be a fairly straightforward addition.

ejholmes commented 8 years ago

Bitbucket support would be great. I think the only change needed would be to this. Maybe that could be turned into some functions that return a builder.BuildOptions for GitHub/BitBucket payloads.

(and sorry for the late response. Just got back from vacation)