-
Bug
-
Resolution: Duplicate
-
Minor
-
Jenkins ver. 1.596 running on CentOS 7 VM under VMware. java.version 1.7.0_65
If showing the console log in a Jelly script template, some characters are being HTML escaped. (ie "'" becomes "'"). This is happening with log files which have such characters.
Recommend adding escapeHtml option to ${JELLY_SCRIPT} just like ${BUILD_LOG} has.
- duplicates
-
JENKINS-25719 bad html content after upgrading to Email Extension Plugin v2.39
-
- Resolved
-
[JENKINS-26648] Jelly script needs escapeHtml option
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 160721 ] | New: JNJira + In-Review [ 196542 ] |
I think this actually has to do with
JENKINS-25719. It should be fixed in the next release.