Skip to content

Commit

Permalink
Merge pull request #12 from andham/apiversion-config-issues
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28059] API Version is not used in test connection
  • Loading branch information
andham committed Apr 25, 2015
2 parents 68f348e + 633904e commit 86cc1fd
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 86cc1fd

Please sign in to comment.