Builds a Salesforce artifact to be deployed to Salesforce Organizations or sandboxes.
...
- Building a package structure from files checked out of SCM when no package.xml is present. It is automatically created from the items selected for deployment.
- Building a package structure from files stored in a Salesforce Organization or Sandbox.
- Building a package structure with a mixture of SCM and Salesforce sourced files. The package.xml file is generated automatically to upload the correct information to Salesforce.
- In this mode, see the Supported SalesForce Salesforce Metadata Types list for information on what types of objects are supported.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Granular Salesforce Object Types | FDSF_GRANULAR_DEPLOYMENT_OBJECTS | No | Salesforce Object Types to be used with granular support. Values are separated by commas. As of now the supported object for this is Custom Labels. Each custom label will be a separate file when pull from Salesforce and stored as an individual file in the SCM (GIT repository). During build, the individual files will be merged and will generate a new file with all the custom labels. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
...