Skip to content

Commit

Permalink
Use POST from git path executable field
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 11, 2020
1 parent 520941b commit a1cb221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/hudson/plugins/git/GitTool/config.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<f:textbox />
</f:entry>
<f:entry title="${%Path to Git executable}" field="home">
<f:textbox />
<f:textbox checkMethod="post"/>
</f:entry>
<j:set var="toolDescriptor" value="${descriptor}" /><!-- to make this descriptor accessible from properties -->
<f:descriptorList descriptors="${descriptor.propertyDescriptors}" field="properties"/>
</j:jelly>
</j:jelly>

0 comments on commit a1cb221

Please sign in to comment.