Change By: Josh Unger (05/Mar/13 3:57 PM)
Description: According to the trigger help, the improvement trigger will send an email "... any time there is an improvement.  A build is considered to have improved wheneverit has fewer failures than the previous build."  When a build improves all the way to having 0 test failures, this trigger is not triggered.  I looked at the code and the ImprovementTrigger is using number of current failures > 0 (numCurrFailures > 0) as part of the criteria if the trigger should run.

However, this condition matches the help text.  Can the code be fixed?  Or, the help text could be changed, but I'd prefer fixing the code so that this trigger produces the similar "back to stable" email messages.  Thanks.


EDIT: I see that there is a "Fixed" trigger, so maybe just tweak the help text?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to