Skip to content

Commit

Permalink
Merge pull request #210 from car-roll/master
Browse files Browse the repository at this point in the history
[JENKINS-54051] Fix error adding GitHub Enterprise Servers
  • Loading branch information
abayer authored Mar 14, 2019
2 parents 2850267 + fd0793c commit 42c58fc
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 42c58fc

Please sign in to comment.