Description of problem: Fedora instance of COPR notifies users about a build status through fedmsg. It would be nice if Internal COPR could notify users via any possible channel - e-mail preferably. I want to run "copr-cli build --nowait" from a Jenkins job and I want to get a notification when the build is finished. If I could specify a custom e-mail address, I would be really happy. Actual results: No notifications at all. Expected results: A notification channel available.
FTR: Michal Srb suggested to have alternative "webhook" feature, or to connect internal copr to some message bus.
CI bus seems to support STOMP, here is upstream PR: https://pagure.io/copr/copr/pull-request/21
Moving to 'backend' component. This reflects the fact that fedora's copr sends messages from backend too (and the fact that backend is better for such asynchronous actions like message sending). In the basic proposed form, 'build.start' and 'build.end' messages are sent.
This has been deployed to production.