Skip to content

Commit

Permalink
HTML not rendered correctly #70
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 27, 2015
1 parent e727084 commit 296e3d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Changelog of Violations Plugin
#0.8

## alpha 2
* Ratcheting support. Limits for setting build to unstable can be automatically updated as violations count is reduced.
* Features:
* Ratcheting support. Limits for setting build to unstable can be automatically updated as violations count is reduced. JENKINS-15248 #56
* Bugs
* Rendering violation report correctly. #70

## alpha 1
This is the first release since 12 oct 2012.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,8 @@
</j:otherwise>
</j:choose>
<h3><img src="${image}"/> ${model.displayName}</h3>

${it.violationsSummary}

${it.fileContent}

<!--
<j:set var="line" value="${model.nextLine}"/>
<table class="source" width='100%' cellspacing='0'>
<tbody>
<j:while test="${line != null}">
<tr>
${line}
</tr>
<j:set var="line" value="${model.nextLine}"/>
</j:while>
</tbody>
</table>
-->
<!-- ${model.closeSourceFile()} -->
<!-- ${model.sourceFileStr} -->
<!-- <script src="js"></script> -->
<j:out value="${it.violationsSummary}"/>
<j:out value="${it.fileContent}"/>
</l:main-panel>
</l:layout>
</j:jelly>
Expand Down

0 comments on commit 296e3d1

Please sign in to comment.