Skip to content

Commit

Permalink
[JENKINS-31162] Removed an unused jelly var. Additionally, caused a NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 22, 2016
1 parent 7098f23 commit f34fc35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/resources/hudson/model/View/newJob.jelly
Expand Up @@ -39,8 +39,7 @@ THE SOFTWARE.
<j:invokeStatic var="jobs" className="hudson.model.Items" method="all">
<j:arg type="hudson.model.ItemGroup" value="${it.ownerItemGroup}"/>
</j:invokeStatic>

<j:set var="descriptors" value="${h.filterDescriptors(it,attrs.descriptors)}" />

<s:form method="post" action="${attrs.action?:'createItem'}" name="createItem">
<div id="j-add-item-form-data" data-root="${rootURL}/"></div>

Expand Down

0 comments on commit f34fc35

Please sign in to comment.