Project Surround Setup Defaults
Project Surround Setup Defaults define the default values which appear when creating a new project with an SCM Type of Surround, or a new Source is added for Project with Surround as SCM Type.
You can either set default values by simple assignment, in which case all projects will inherit the same values when Surround is selected for SCM Type. Another option can be to use if statement to check for InstanceCode and setup different values based on the Surround instance selected by user. The second option provides a better approach if you have more than one Surround repository in your environment.
Default Script Variables
Field Name | Type | Description |
---|---|---|
InstanceCode | String | The default SCM Instance Code for Surround sources. |
BranchScript | String | The default value/script for Branch Script of Surround sources. |
FolderScript | String | The default value/script for Folder Script of Surround sources. |
LabelScript | String | The default value/script for Label Script of Surround sources. |
CheckOutFolderScript | String | The default value/script for Checkout Folder of Surround sources. |
Â
- style