jenkinsci / hipchat-plugin

HipChat notification plugin for Jenkins
https://plugins.jenkins.io/hipchat/
54 stars 85 forks source link

only notify on parent job of matrix runs #50

Closed djschny closed 9 years ago

djschny commented 9 years ago

With the recent upgrade to version 1.9, notifications are now sent for each configuration in a multi-configuration project. This is different than previous versions. This pull request restores the functionality.

The editable email extension plugin handles this even better and the MatrixTriggerMode configuration should be brought into this plugin as well in the future IMO.

aldaris commented 9 years ago

Thanks for the PR. I've looked at Matrix project support and it did seem kinda bad, so I've ported over the MatrixTriggerMode from email-ext, and now things should be much better.

djschny commented 9 years ago

Thanks @aldaris!