• J
    [FIXED JENKINS-19310] Provide correct links for build history inside a folder. · ea954349
    Jesse Glick 提交于
    The basic fix is to use ${rootURL} plus full model object URLs rather than relying on ${jobBaseUrl}.
    This is made trickier by the fact that the model object URLs are computed inside ProgressiveRendering.compute,
    and therefore will not be correct when nondefault views are in the crumb trail unless the original request information is present.
    So modifying ProgressiveRendering to preserve a copy of the original request for use during computation.
    (This could probably be used to simplify parts of AsynchPeople as well.)
    Also improving AbstractItem.getUrl to properly construct a URL including views even when the current page is not inside the item;
    it should suffice for some ancestor of the current item (or a view thereof) to be in the ancestor list of this page.
    ea954349
builds.jelly 1.7 KB