RoboCopy Source Control Block¶
Uses RoboCopy as Source Control.
Version¶
Available from version 1.4.4
Examples¶
1<sourcecontrol type="robocopy">
2 <repositoryRoot>C:\Somewhere</repositoryRoot>
3</sourcecontrol>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
type | The type of source control block. | String - must be robocopy | Yes | n/a | 1.4.4 |
additionalArguments | Any additional arguments. | String | No | None | 1.4.4 |
autoGetSource | Whether to automatically get the source. | Boolean | No | false | 1.4.4 |
dynamicValues | The dynamic values to use for the source control block. | Dynamic Values array | No | None | 144 |
executable | The executable location. | String | No | C:\\Windows\\System32\\robocopy.exe | 1.4.4 |
issueUrlBuilder | Converts the comment (or parts from it) into an url pointing to the issue for this build. See IssueUrlBuilder for more details. | IssueUrlBuilder | No | None | 144 |
repositoryRoot | The repository root. | String | Yes | n/a | 1.4.4 |
timeout | Sets the timeout period for the source control operation. See Timeout Configuration for details. | Timeout Configuration | No | 10 minutes | 144 |
workingDirectory | The working directory to use. | String | No | Project Working Directory | 1.4.4 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:02 AM