On Wed, May 21, 2014 at 7:48 PM, Marc MacIntyre <[email protected]> wrote: > I know that the config.jelly and global.jelly files will do global config > for a plugin, for instance, and that a summary.jelly on a nodeProperty will > display on the node's page, but I'm not sure where all of these associations > are documented.
Usually in the Javadoc of whatever class renders those views, or is associated with the code which renders them. > I'm adding actions to the build, and would like to display a set of them on > the > summary page. Then you want a summary.jelly containing a <t:summary> or other <tr>. This case does not appear to be documented anywhere. I will add a note to AbstractBuild.addAction. -- 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]. For more options, visit https://groups.google.com/d/optout.
