How can HTML be inserted from another file into a Jelly file?
1 view
Skip to first unread message
Moshe Cohen
unread,
Aug 2, 2016, 9:46:29 PM8/2/16
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
Hi, I would like to display some HTML (within some boilerplate) that is generated as an artifact of my build. So, I am looking for a way to insert the contents of such a file into the Jelly script on the fly - i.e. it is a different file on each build. I have tried out Jelly core's <j:include> but that doesn't seem to work.