...
Variable Name | Description |
---|---|
| Working directory for Plugin execution on the Endpoint. This folder contains sub-folders like temp, internal, artifacts etc. |
| Folder for build artifacts. Build workflow will generate artifacts in this folder. And Deploy workflow will automatically have access to the same artifacts. Artifacts are associated with specific Project Version. |
| Folder for temporary files. FlexDeploy will generate temporary files in this folder. |
| Environment code |
| Instance code |
| Application name for Project being executed. |
| Project being executed. |
| Project version being executed. |
| Name of the stream used to build project version. For example, trunk. |
| Attribute1 value of stream used to build project version. |
| Attribute2 value of stream used to build project version. |
FDBLD_STREAM_ATTRIBUTE3 | Attribute3 value of stream used to build project version. |
FD_WF_USER | Username for workflow submitter, if workflow was submitted manually, otherwise value could be cipoller or some other internal user. |
FD_WF_USER_EMAIL | User's email if Workflow was submitted manually. |
FD_ALL_FILES_REQUESTED | If All files were requested as part of build workflow for Partial Deployment projects. |
FD_PACKAGE_NAME | Package Name for Partial Deployment projects. |
| Only available for SVN based projects. |
| Only available for SVN based projects. |
| Only available for SVN-based projects. |
| Only available for SVN-based projects. |
| Only available for SVN-based projects. |
| Only available for GIT-based projects. |
| Only available for GIT-based projects with sparse checkout folders. |
| Only available for GIT-based projects. |
| Only available for GIT-based projects. |
| Only available for GIT-based projects. |
| Only available for GIT-based projects. |
| Only available for GIT-based projects. |
FDBLD_CVS_SOURCE(n)_REVISION | Only available for CVS-based projects. Represents CVS revision number corresponding to Project Version for Source (n), with n starting at 1. |
FDBLD_CVS_SOURCE(n)_INSTANCE | Only available for CVS-based projects. Represents CVS Instance Code for Source (n), with n starting at 1. |
FDBLD_CVS_SOURCE(n)_BRANCH | Only available for CVS-based projects. Represents CVS branch for build for Source (n), with n starting at 1. |
FDBLD_CVS_SOURCE(n)_TAG | Only available for CVS-based projects. Represents CVS tag for project version for Source (n), with n starting at 1. It may have been used for tagging source path, if workflow includes a step for tag. |
FDBLD_CVS_SOURCE(n)_MODULES | Only available for CVS-based projects. Comma separated list of CVS modules to be checked out from the CVS Repository. Root modules or subdirectories(module/subdir) can be specified. |
FDBLD_CVS_SOURCE(n)_CHECKOUT_FOLDER | Only available for CVS-based projects. Represents checkout folder specified for Source (n), with n starting at 1. |
FDBLD_TFVC_SOURCE(n)_REVISION | Only available for TFVC-based projects. Represents TFVC revision number corresponding to Project Version for Source (n), with n starting at 1. |
FDBLD_TFVC_SOURCE(n)_INSTANCE | Only available for TFVC-based projects. Represents TFVC Instance Code for Source (n), with n starting at 1. |
FDBLD_TFVC_SOURCE(n)_BRANCH | Only available for TFVC-based projects. Represents TFVC branch for build for Source (n), with n starting at 1. |
FDBLD_TFVC_SOURCE(n)_LABEL | Only available for TFVC-based projects. Represents TFVC label for project version for Source(n), with n starting at 1. A TFVC label is the equivalent of a tag in similar SCM tools such as SVN and GIT. |
FDBLD_TFVC_SOURCE(n)_FOLDER | Only available for TFVC-based projects. Represents TFVC source folder path for building a project for Source(n), with n starting at 1. |
FDBLD_TFVC_SOURCE(n)_GET_FOLDER | Only available for TFVC-based projects. Represents checkout folder(get) for TFVC for Source(n), with n starting at 1. |