Skip to content

Commit

Permalink
[JENKINS-54051] Fix error adding GitHub Enterprise Servers
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Mar 7, 2019
1 parent 2850267 commit fd0793c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<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">
<f:entry title="${%API endpoint}" field="apiUri" checkMethod="post">
<f:textbox/>
<f:entry title="${%API endpoint}" field="apiUri">
<f:textbox checkMethod="post"/>
</f:entry>
<f:entry title="${%Name}" field="name">
<f:textbox/>
Expand Down

0 comments on commit fd0793c

Please sign in to comment.