Name | Type | Class Type | Description | Short Description | Mandatory | Default Value |
---|---|---|---|---|---|---|
Rtc Command Line Executable | TEXT | java.lang.String | The location on the file system where the Rational Team Concert client command line utility (scm) is located. This executable will be used to perform all of the Rational Team Concert Command Line Interface (CLI) actions. Use lscm or scm or the batch equivalent. |
The location of the scm executable file. | true | scm.sh |
Rtc Repository | TEXT | java.lang.String | The Rational Team Concert repository URL used by the RapidDeploy project |
The Rational Team Concert repository URL used by the RapidDeploy project. | true | http://www.midvision.co.uk/jazz |
Rtc Username | TEXT | java.lang.String | The username to use to connect to the Rational Team Concert repository. | The username to use to connect to the Rational Team Concert repository. | true | username |
Rtc Password | SECRET | java.lang.String | The password to use to connect to the Rational Team Concert repository. | The password to use to connect to the Rational Team Concert repository. | true | |
Rtc Password (Confirm) | SECRET | java.lang.String | The password to use to connect to the Rational Team Concert repository. | The password to use to connect to the Rational Team Concert repository. | true | |
Enable Timeout | CHECKONE | java.lang.Boolean | Use the given timeout to timeout requests to the repository. | Use the given timeout to timeout requests to the repository. | false | false |
Timeout Value | TEXT | java.lang.Integer | The timeout in seconds. If enabled, any repository operations taking more than this time will aborted. | The timeout in seconds. | true | 600 |
Local Workspace Path | TEXT | java.lang.String | The location on the file system where the local Rational Team Concert Workspace directory will reside. This is the location where RapidDeploy will source the project artifacts. The RapidDeploy Project location will be a subdirectory under this directory, corresponding to the RTC Component name specified. This location will be used to perform Rational Team Concert (e.g. load and checkin) operations. The Rational Team Concert repository workspace artifacts will be copied to this location. If the repository and local workspaces should get out of sync, delete this directory. It will be recreated on the next load operation. Ensure you specify the driver letter for windows systems, e.g. d:\midvision\projects\rtc |
The location on the file system where the local Rational Team Concert workspace directory will reside. | true | /rtc/workingcopy |
Repository Workspace Name | TEXT | java.lang.String | The name, alias, or UUID of the repository workspace. | The name, alias, or UUID of the repository workspace. | true | |
Stream Name | TEXT | java.lang.String | The name of the stream to work in. | The name of the stream to work in. | true | Stream Name |
Component Name | TEXT | java.lang.String | A space-separated list of components to load. Specify component by name, alias, or UUID. If this option is omitted, all components in the specified repository workspace are loaded. | A space-separated list of components to load. | false | Component Name |
Meta Files Exclusion | TEXT | java.lang.String | Meta data files exclusion pattern. This pattern will be used to exclude repositoy propietary files |
Meta Files Exclusion. | true | **/.jazz |