Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-43273 - Added component to script generator
  • Loading branch information
janario committed Apr 3, 2017
1 parent 5d0dad2 commit c2afefe
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -6,6 +6,9 @@
<f:entry field="httpMode" title="HTTP mode" help="/plugin/http_request/help-httpMode.html">
<f:select />
</f:entry>
<f:entry field="ignoreSslErrors" title="Ignore Ssl errors?" help="/plugin/http_request/help-ignoreSslErrors.html">
<f:booleanRadio />
</f:entry>

<f:advanced>
<f:entry field="validResponseCodes" title="Response codes expected" help="/plugin/http_request/help-validResponseCodes.html">
Expand Down

0 comments on commit c2afefe

Please sign in to comment.