Vault: 4.1.2
When using the following configuration block with the new Cruise Control plugin in Vault 4.1.2 I receive an UriFormatException (see attached image). Does the new plugin support hosts running on a port other than 80? If so, what am I doing wrong as I have no problems with the traditional command-line vault plugin included with CruiseControl.
Code: Select all
<sourcecontrol type="vaultplugin" autoGetSource="true" applyLabel="true" cleanCopy="false">
<username>username</username>
<password>password</password>
<host>dms-files:9000</host>
<repository>BuildServerTesting</repository>
<folder>$/BuildServerTest/</folder>
<ssl>False</ssl>
<useWorkingDirectory>False</useWorkingDirectory>
<workingDirectory>P:\Build Server\Test</workingDirectory>
</sourcecontrol>