Hello,

I'm developing a new Jenkins plugin, which have to display a HTML table 
with some dynamic information about previous builds at Project page (please 
see http://prntscr.com/7s7eyd).

Currently my plugin consists of my custom job (derived from 
FreeStyleProject) and custom Build Step which can be applied only to my 
custom job. To display the html table at project page I changed a 
main.jelly file of the custom job to render my HTML table.

But now I get another requirement: I need to remove custom job and leave 
only the custom build step. This step need to be applicable to any 
freestyle project. And every freestyle project, containing the custom build 
step should display the HTML table. The problem is that I don't have access 
to main.jelly file of arbitrary job so I can't override it. 

Could you please give me a hint how to add HTML table to arbitraty 
freestyle project?

Thank you in advance,
Dzmitry

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/31e46878-cd66-4fb8-b223-7f95cb2967c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to