Name | Type | Class Type | Description | Short Description | Mandatory | Default Value |
---|---|---|---|---|---|---|
Build Store | DIRECTORY | java.lang.String | The location on the RapidDeploy server where project deployment packages will be written to. This location may be shared with other projects. | The location on the RapidDeploy server where project deployment packages will be written to. This location may be shared with other projects. | true | ${MV_HOME}/buildstore |
Promotion Store | DIRECTORY | java.lang.String | The location on the RapidDeploy server where project deployment packages will be written to via promotion for deployment to controlled environments. This location may be shared with other projects. | The location on the RapidDeploy server where project deployment packages will be written to via promotion for deployment to controlled environments. This location may be shared with other projects. | true | ${MV_HOME}/promotionstore |
Deployment Package Search String | TEXT | java.lang.String | The string selector present in each deployment package name to identify packages belonging to this project.
This is basically a substring of the deployment package name to search for in the "Build Store" or "Promotion Store". If the "Regular Expression" field is enabled then this field can contain a regular expression to search for deployment packages in the "Build Store" or "Promotion Store". |
The string selector present in each deployment package to identify packages belonging to this project. | true | SEARCH_STRING |
Regular Expression | CHECKONE | java.lang.Boolean | Set this option to TRUE if deployment package search string is based on regular expression format. | Set this option to TRUE if deployment package search string is based on regular expression format. | false | false |
Support Large Files | CHECKONE | java.lang.Boolean | Set this option to TRUE if you expect to have packages greater than 4Gb. Notice that setting this option might make the file incompatible with other ZIP utilities and you NEED to set useAntCompression in the Initialisation Task. | Set this option to TRUE if you expect to have packages greater than 4Gb. Notice that setting this option might make the file incompatible with other ZIP utilities and you NEED to set useAntCompression in the Initialisation Task. | false | false |
Delete Project Packages | CHECKONE | java.lang.Boolean | Deployment packages removal after project deletion. You should generally leave this disabled by default. When disabled, after project deletion the packages are kept in the file system, otherwise the deployment packages are removed from the file system. |
Enable/Disable deployment packages removal after project deletion. | false | false |