Skip to content

Commit

Permalink
[FIXED JENKINS-28059] API Version is not used in test connection
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Hammar <anders@hammar.net>
  • Loading branch information
andham committed Apr 23, 2015
1 parent 68f348e commit 633904e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,6 @@
<f:textbox name="rundeck.apiversion" value="${descriptor.getRundeckInstance().getVersion()}" />
</f:entry>
<f:validateButton title="Test Connection" progress="Testing..." method="testConnection"
with="rundeck.url,rundeck.login,rundeck.password,rundeck.authtoken" />
with="rundeck.url,rundeck.login,rundeck.password,rundeck.authtoken,rundeck.apiversion" />
</f:section>
</j:jelly>

0 comments on commit 633904e

Please sign in to comment.