|
||||||||
|
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.

Probably yes.
Right, that is the bug here.
No exact proposal, but perhaps something like: always display all direct upstream causes, and then use DeeplyNestedUpstreamCause for indirect causes when either a certain depth is exceeded, or the total number of non-direct causes exceeds some threshold.
In fact this is exactly what
JENKINS-15747is supposed to do (it wasJENKINS-14814which fixed only the depth). There is a test demonstrating that it works at least in some circumstances. Perhaps you are hitting some other corner case. Add a test for it and the fix should follow.