-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
// code placeholder
def WhatText = "hello"
def mycolor = "blue"
addHtmlBadge html: "<font color='${mycolor}'>${WhatText}</font><br>", id: "blue" createSummary('orange-square.gif').appendText("<h2><font color='${mycolor}'>${WhatText}</font></h2>")
all the test will be in black and white
I am not exactly sure what version broken this . it was some version in the past month or so.
I really miss this features as it help figure out what is wrong.
Hi Steven
The functionality is still available, but it has to be enabled in the jenkins configuration.
Use 'Disable OWASP Markup Formatter' to enable html rendering.
I had to enable the OWASP Formatter to prevent vulnerabilities introduced by html injection.
If html formatting is desired, the feature hast do be actively disabled by the user.
Best Regards,
Marc