Skip to content

Commit

Permalink
Merge pull request #71 from escoem/JENKINS-42831
Browse files Browse the repository at this point in the history
[FIXED JENKINS-42831] Enable StartTls is always TRUE in the UI
  • Loading branch information
fbelzunc committed Mar 24, 2017
2 parents 13ce409 + acfe145 commit 847ace3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
<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:advanced>
<f:entry field="startTls" title="${%Enable StartTls}">
<f:checkbox checked="true" />
<f:checkbox default="true" />
</f:entry>
<f:entry field="groupLookupStrategy" title="${%Group Membership Lookup Strategy}">
<f:select />
Expand Down Expand Up @@ -31,4 +31,4 @@
document.getElementsByName("_.bindName")[0].autocomplete = "off";
});
</script>
</j:jelly>
</j:jelly>

0 comments on commit 847ace3

Please sign in to comment.