Hi, I'm trying to create a jelly email-ext template for reporting from my job and have troubles accessing "partial" job builds (and their logs obviously).
My job executes 3 partial jobs as a build step thru "Parameterized Trigger Plugin". I'd expect them appear in a call to myBuild.getDownstreamBuilds() [At least they appear in "downstream build view"] but it returns an empty map. I may access _project builders_ thru myBuild.project.builders but I have no idea how to access relevant build from there. Any help appreciated, Sergey.
