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

I have made a commit here to try to fix this problem. The idea is to introduce a ROOT_BUILD_CAUSE variable that expands Cause.UpstreamCause to it's root causes.
https://github.com/tsondergaard/envinject-plugin/commit/842b5a2e0eb7a04da34d5920dbd304a02dac0dfb
It doesn't quite compile because Cause.UpstreamCause.getUpstreamCauses() cannot be found by the compiler. I assume it is because this function is not marked with @Exported(visibility=3), but I don't know enough about Java or the jenkins code base to be sure.