Category: Deployment

ClickDeploy allows for automated deployments within a CI Job. These automated deployments move metadata from git to the Target Salesforce Org.

Here are the 4 options that will fit any development branching strategy: The first option is to commit to the Salesforce org upon any commit or change to the base branch.

Pros: Cons: A ClickDeploy user will be able to create the CI Job and outline metadata that they wish to have deployed from that base branch.

Pros: Cons: The second option, a ClickDeploy user can elect, is to deploy all metadata from the base branch.

Related Articles