Sergey Ryazantsev edited a comment on Bug JENKINS-24873

Hello, Ulli.

I've faced with related problem on another project.
Test case:

  1. Start the first build.
    See summary result.
  2. Change source code, check "Use delta for new warnings" check box and start the second build.
    The numbers of new NORMAL priority warnings are different: 2 in sum result and 3 on new warning page.
  3. Uncheck "Use delta for new warnings" check box and start the third build.
    The numbers of new NORMAL priority warnings become the same: 3 in sum result and 3 on new warning page.

It seems that is case "Use delta for new warnings" check box is checked, another algorithm is used only for build summary page. But for a new warnings page generation is used the same algorithm as in case "Use delta for new warnings" check box is unchecked.

I suppose that number of new warnings of a particular priority on new warning page should always be the same as on build summary page.

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/d/optout.

Reply via email to