Skip to content

Commit

Permalink
Update index.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 3, 2023
1 parent 5154f2f commit 4770378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<f:entry title="${h.escape(it.name)}" description="${it.formattedDescription}">
<div name="parameter">
<input type="hidden" name="name" value="${it.name}"/>
<!-- TODO switch to f:file after baseline is 2.385 or newer -->
<!-- TODO 2.385+ switch to f:file -->
<input name="file" class="jenkins-file-upload" type="file" jsonAware="true"/>
</div>
</f:entry>
Expand Down

0 comments on commit 4770378

Please sign in to comment.