i'm developing new jenkins plugin, have display html table dynamic information previous builds @ project page (please see http://prntscr.com/7s7eyd).
currently plugin consists of custom job (derived freestyleproject) , custom build step can applied custom job. display html table @ project page changed main.jelly file of custom job render html table.
but requirement: need remove custom job , leave custom build step. step need applicable freestyle project. , every freestyle project, containing custom build step should display html table. problem don't have access main.jelly file of arbitrary job can't override it.
could please give me hint how add html table arbitrary freestyle project?
Comments
Post a Comment