> On 24. Aug 2017, at 00:19, Ullrich Hafner <[email protected]> wrote: > > I'm currently struggling with an Action that does not show the associated > summary.jelly on a build page. (All my other actions do show it). The action > correctly is shown in the sidepanel, just the summary is missing. Which part > in core is responsible to render the summary.jelly file? Maybe setting there > a breakpoint helps to identify the problem…
core/src/main/resources/hudson/model/AbstractBuild/index.jelly (depending on the exact build type) -- 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/30DA9D13-C9A3-4678-9965-03CA8526FB85%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
