Name | Type | Class Type | Description | Short Description | Mandatory | Default Value |
---|---|---|---|---|---|---|
Svn Username | TEXT | java.lang.String | The username to use to connect to the Svn Repository. | The username to use to connect to the Svn Repository. | true | username |
Svn Password | SECRET | java.lang.String | The password to use to connect to the Svn Repository. | The password to use to connect to the Svn Repository. | true | |
Svn Password (confirm) | SECRET | java.lang.String | Password Check. | Password Check. | true | |
Svn Repository | TEXT | java.lang.String | The Svn Repository URL of the RapidDeploy project. This is not the URL to the top level of the
repository, rather the URL to the top level of the project location in the repository. |
The Svn Repository URL of the RapidDeploy project. | true | http://www.midvision.co.uk/svn/midvision/TestProject/trunk/Source/WebSphere_Test |
Local Working copy | TEXT | java.lang.String | The location on the file system where the local Svn Working Copy directory will reside. This is the location where RapidDeploy will source the project artifacts. This location will be used to perform an Svn "Checkout" operation. The Svn project artifacts will be copied to this location. If the repository and working copy should get out of sync, delete this directory. It will be recreated on the next checkout operation. |
The location on the file system where the local Svn Working Copy directory will reside. | true | /svn/workingcopy/PROJECT |
Meta Files Exclusion | TEXT | java.lang.String | Meta data files exclusion pattern, using ANT fileset. This pattern will be used to exclude repositoy propietary files |
Meta Files Exclusion. | true | **/.svn |
Retry Interval | TEXT | java.lang.Integer | The retry interval in milliseconds. If set, the amount of time to wait before retrying a subversion call. | The retry interval in milliseconds. | false | 5000 |
Retry Count | TEXT | java.lang.Integer | The retry count. The number of times to retry a subversion call, before failing. The time between successive retry calls is set with the "Retry Interval" setting | The retry count. | false | 0 |