-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hello I'm using createSummary with Jenkins pipeline. It seems that some html tags are remove even if I set
escapeHtml to false.
Example:
def mydetails="details..."
def html= "<details><summary>Summary</summary> <li>list item</li>"+mydetails+"</details>"
createSummary icon: 'orange-square.png', escapeHtml: false, text: html, id: "summaryID"
Output:
in pipeline summary page I can see that the <li>list item</li> is present, but html tags <details> and <summary> are removed.
BR,
Alessio
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.