Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JENKINS-16975
Fixed typo
  • Loading branch information
slide committed Feb 26, 2013
1 parent 22cc150 commit d3faa0a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,7 +60,7 @@ if(changeSet != null) {
<% def artifacts = build.artifacts
if(artifacts != null && artifacts.size() > 0) { %>
<TABLE width="100%">
<TR><TD class="bg1"><B>BUILD ATRIFACTS</B></TD></TR>
<TR><TD class="bg1"><B>BUILD ARTIFACTS</B></TD></TR>
<TR>
<TD>
<% artifacts.each() { f -> %>
Expand All @@ -80,7 +80,7 @@ try {
def mbuilds = build.moduleBuilds
if(mbuilds != null) { %>
<TABLE width="100%">
<TR><TD class="bg1"><B>BUILD ATRIFACTS</B></TD></TR>
<TR><TD class="bg1"><B>BUILD ARTIFACTS</B></TD></TR>
<% mbuild.each() { m -> %>
<TR><TD class="bg2"><B>${m.key.displayName}</B></TD></TR>
<% m.value.each() { mvnbld ->
Expand Down

0 comments on commit d3faa0a

Please sign in to comment.