Skip to content

Commit

Permalink
Update credentials.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 3, 2023
1 parent 5632f96 commit bfde73d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ THE SOFTWARE.
<f:optionalBlock title="${%Replace}" inline="true">
<f:entry title="${%Filename}">${instance.fileName}</f:entry>
<f:entry title="${%File}" field="file">
<input type="file" name="file" size="40" jsonAware="yes"/>
<!-- TODO 2.385+ switch to f:file -->
<input type="file" class="jenkins-file-upload" name="file" size="40" jsonAware="yes"/>
</f:entry>
</f:optionalBlock>
</j:otherwise>
Expand Down

0 comments on commit bfde73d

Please sign in to comment.