buildbot / buildbot_travis

Adaptors to make Buildbot more like travis
MIT License
126 stars 49 forks source link

Question : Integration with bitbucket server #99

Open unknown1234 opened 5 years ago

unknown1234 commented 5 years ago

Hi buildbot team!

Is it possible to integrate buildbot_travis with bitbucket server ? In order to trigger build with webhooks and get the results back in bitbucket ?

Thanks

Regards, Cyril

seankelly commented 5 years ago

Yes, but I had to subclass BitbucketServerStatusPush. First was to configure it with the desired builds to report back set using the builders parameter. Second, subclass the filterBuilds method to check if the build's buildername property was in self.builders.