Skip to content

Commit

Permalink
[JENKINS-25588] - Fixed the "Test Connection" validation handler
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
  • Loading branch information
oleg-nenashev committed Jan 5, 2015
1 parent 5d7242a commit 3667afe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,5 +11,5 @@
<f:textbox clazz="required number" />
</f:entry>
</f:advanced>
<f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="vsHost,vsDescription,username,password"/>
<f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="vsHost,vsDescription,credentialsId"/>
</j:jelly>

0 comments on commit 3667afe

Please sign in to comment.