Project

General

Profile

Perform operation on commit (messaging or event system?)

Added by Beau Simensen over 13 years ago

New to Rails and wanting to try and figure out how to connect a few plugins together. For instance, the GitHub Hook plugin is great because it will update my repository. The Hudson plugin is great because it shows Hudson reports and can trigger builds.

Is there a messaging or event system that I can connect to that would let the GitHub Hook plugin say, "repository has been updated" after it is finished? Something that the Hudson plugin could listen to/for so that it could then issue a build request when "repository has been updated"?

Pointers on where I can look for this type of functionality (whether it be Rails generic concepts or specific Redmine plugins that do something similar) would be greatly appreciated.