|
This page last changed on Dec 17, 2009 by csut017.
RoboCopy Source Control Block
Uses RoboCopy as Source Control.
Version
Available from version 1.4.4
Examples
<sourcecontrol type="repositoryRoot">
<repositoryRoot>C:\Somewhere</repositoryRoot>
</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 |
1.5 |
| 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 |
1.4 |
| 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 |
1.0 |
| workingDirectory |
The working directory to use. |
String |
No |
Project Working Directory |
1.4.4 |
 | Automatically Generated
Documentation generated on Thursday, 17 Dec 2009 at 2:33:54 AM |
|