|
|
_0.png) |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Fred G
|
|
Components:
|
extra-columns |
|
Created:
|
25/Jun/12 4:07 PM
|
|
Description:
|
I upgraded extra columns plugin from 1.3 to 1.4 and now the embedded html in my build doesn't display correctly.
I set build description's with html like:
<font color="red">failure reason</font>
With version 1.3 it would display "failure result" in red, but now it show the full html in the build description.
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Jim Searle
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
Code changed in jenkins
User: Fred G
Path:
src/main/java/jenkins/plugins/extracolumns/DescriptionColumn.java
src/main/resources/jenkins/plugins/extracolumns/BuildDescriptionColumn/column.jelly
src/main/resources/jenkins/plugins/extracolumns/DescriptionColumn/column.jelly
http://jenkins-ci.org/commit/extra-columns-plugin/84341474d8ea5207f242c582f64ba0a29be01c8d
Log:
[FIXED JENKINS-14209] Extra Columns plugin 1.4 Build description problem
with embeded html
Fixed the same issue also for project descriptions.