Skip to content

Commit

Permalink
[FIXED JENKINS-15903] Remove now-redundant resURL from monkey summary…
Browse files Browse the repository at this point in the history
… jelly.

Apparently Jenkins now inserts the 'static' URL itself, so this isn't needed.
  • Loading branch information
orrc committed Nov 26, 2012
1 parent 8cc57f9 commit 5ba1168
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">

<t:summary icon="${resURL}/plugin/android-emulator/icons/${it.resultIcon}">
<t:summary icon="/plugin/android-emulator/icons/${it.resultIcon}">
${it.summary}
</t:summary>

Expand Down

0 comments on commit 5ba1168

Please sign in to comment.