Overview
The SCM type defines the specific details for connecting to an external scm. Each scm implementation has its own set of properties, each of which are listed below.
Svn Properties
| Property |
Type |
Description |
| url |
string |
The svn repository url. |
| username |
string |
The username used to authorise the connection to the svn repository. |
| password |
string |
The password used to authorise the connection to the svn repository. |
| keyfile |
string |
The absolute path to the private key file on pn host machine. |
| passphrase |
string |
The passphrase used with the private key file, if necessary. |
| monitor |
string |
Defines whether or not pulse will regularly poll this scm for changes. Value can be true or false. |
| pollingInterval |
int |
Defines how frequently (in minutes) pulse will monitor the scm. The minimum time is 1 minute. |
| changeViewerUrl |
string |
The Project Change Viewers |
Cvs Properties
| Property |
Type |
Description |
| root |
string |
The cvs root identifies the path to the cvs repository. |
| module |
string |
The module field defines your projects cvs module. |
| password |
string |
The password used to authenticate the user. |
| branch |
string |
The cvs branch. If not specified, the cvs HEAD will be used. |
| quietPeriod |
int |
The amount of time required by pulse after a checkin, where no further changes are made, before a change is registered. The time is defined in milliseconds. |
| monitor |
string |
Defines whether or not pulse will regularly poll this scm for changes. Value can be true or false. |
| pollingInterval |
int |
Defines how frequently (in minutes) pulse will monitor the scm. The minimum time is 1 minute. |
| changeViewerUrl |
string |
The Project Change Viewers |
P4 Properties
| Property |
Type |
Description |
| port |
string |
The equivalent of the P4PORT environment variable. |
| user |
string |
The equivalent of the P4USER environment variable. |
| password |
string |
The equivalent of the P4PASSWD environment variable. |
| client |
string |
The equivalent of the P4CLIENT environment variable. |
| monitor |
string |
Defines whether or not pulse will regularly poll this scm for changes. Value can be true or false. |
| pollingInterval |
int |
Defines how frequently (in minutes) pulse will monitor the scm. The minimum time is 1 minute. |
| changeViewerUrl |
string |
The Project Change Viewers |