HTML in Jenkins job description

I have two instances of Jenkins. The old (old) version of version 1.614 and the new one from 1.633.

In the old one, you can use HTML in the job description (he even makes syntax highlighting by editing it). New - no. HTML content is escaped and displayed as plain text. I could not find changes in the release notes to explain this behavior. Is there some kind of configuration that I am missing?

+63
html jenkins
Nov 20 '15 at 7:33
source share
1 answer

In the global security menu:

enter image description here

Select this value to display HTML:

enter image description here

+136
Nov 20 '15 at 7:46
source share



All Articles