Gets (exports) files from a PVCS Project Database based on the configuration inputs.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
PCLI Path | FDPVCS_PCLI_EXE | No | PCLI Path to be used on the endpoint if no PCLI executable is found on the path. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
PVCS Use Full Path | FDPVCS_USE_FULL_PATH | No | If true, the full file path of your project path relative to the project database will be exported. If false, only subfolders |
under |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code | FDPVCS_INP_INSTANCE_CODE | Yes | The PVCS instance code to use. |
Project Path | FDPVCS_INP_PROJECT_PATH | Yes | File path within the project database you want to get files from. If you wish to get the entire Project Database, use "/". |
Stream Type | FDPVCS_INP_STREAM_TYPE | Yes | Stream to get files from. Trunk, PromotionGroup, and Branch are supported. |
Stream Value | FDPVCS_INP_STREAM_VALUE | No | Stream value to be used. Leave blank if getting from Trunk, otherwise this will be the promotion group name or branch revision. |
Destination Folder | FDPVCS_INP_DEST_SUBFOLDER | Yes | Folder location to export files to. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn’t consume or produce any artifacts.
...
This operation will select all available endpoints associated to the environment/instanceTarget.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
...