Allow HipChat notification on all builds, in stead of status changes only.

[?]
Oct 21, 2014, 7:40 AM
VVSVQJPICKLDYYCQ2PNBNFTZT5ONKDQQLYWH47DCECIVHKXGIIBQC

Dependencies

  • [2] ZDEHAFHV Add a plugin for HipChat notification
  • [3] BEFHUCGN Factor a getResponsibleAuthors helper out of the HipChatNotification
  • [4] H6D6OVYK Get rid of a warning in the HipChat plugin
  • [5] NB2VOKIR Include names of committers in HipChat notifications

Change contents

  • edit in src/lib/Hydra/Plugin/HipChatNotification.pm at line 24
    [2.721]
    [2.721]
    my $force = $room->{force};
  • replacement in src/lib/Hydra/Plugin/HipChatNotification.pm at line 28
    [2.844][2.844:910]()
    next if $b->buildstatus == 4 || $b->buildstatus == 3;
    [2.844]
    [2.910]
    next if ! $force && ($b->buildstatus == 4 || $b->buildstatus == 3);
  • replacement in src/lib/Hydra/Plugin/HipChatNotification.pm at line 32
    [2.1045][2.1045:1133]()
    next if defined $prevBuild && ($b->buildstatus == $prevBuild->buildstatus);
    [2.1045]
    [2.1133]
    next if ! $force && defined $prevBuild && ($b->buildstatus == $prevBuild->buildstatus);