Debugging an action that does not show summary.jelly
21 views
Skip to first unread message
Ullrich Hafner
unread,
Aug 23, 2017, 6:19:45 PM8/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
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…
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
> On 24. Aug 2017, at 00:19, Ullrich Hafner <ullrich...@gmail.com> 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)
Ullrich Hafner
unread,
Aug 25, 2017, 9:19:29 AM8/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Thanks! Finally I found the problem, the icon name parameter in hudson/summary.jelly was an empty string.
It would be nice though, if in this case the text would have been shown (or an exception would have been thrown), otherwise it is hard to spot the problem…