Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
workaround for issue related to
  • Loading branch information
kazesberger committed Jan 15, 2014
1 parent ceb0d34 commit 6a9fccd
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -2,6 +2,11 @@
Edit View Page
-->
<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">

<f:entry title="${%Recurse in subfolders}" field="recurse">
<f:checkbox id="recurse"/>
</f:entry>

<f:entry title="${%Jobs}">
<j:forEach var="job" items="${app.items}">
<f:checkbox name="${job.name}" checked="${it.contains(job)}" />
Expand Down

0 comments on commit 6a9fccd

Please sign in to comment.