Skip to content

Commit

Permalink
Merge pull request #23 from jglick/folder-CCE-JENKINS-21578
Browse files Browse the repository at this point in the history
[FIXED JENKINS-21578] Ensure that ${jobs} is really a Collection<Job>
  • Loading branch information
mambu committed Jan 31, 2014
2 parents d180156 + baa8c50 commit 0481b6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ THE SOFTWARE.

<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">
<j:set var="items" value="${it.dashboard.items}"/>
<j:set var="jobs" value="${it.dashboard.items}"/>
<j:set var="jobs" value="${it.dashboard.jobs}"/>
<l:layout title="${it.dashboard.displayName} - ${it.displayName}">
<!--st:include page="sidepanel.jelly" /-->
<l:main-panel>
Expand Down

0 comments on commit 0481b6f

Please sign in to comment.