Skip to content

Salesforce - Usage

Salesforce Integration with IBM DevOps Deploy

Example: Deploy Recent Validation ID

Example: Deploy a Recent Validation ID

Version 5 of the plug-in introduces the ability to deploy a recent validation.Deploying a validation allows you to deploy faster by not rerunning tests associated with a deployment that was already validated. A validation does not complete the deployment process to the organization. A validation is used to check the success or failure messages that you would receive with an actual deployment. To validate your deployments, add the checkOnly=true parameter in your deploy step.

Example Deploy step with Check Only set to true Example Deploy step with Check Only set to true

This will cause the step to set the recentValidationId as an output property.From here, we can reference it in a Deploy Recent Validation step using ${p:[Deploy Step Name]/recentValidationId}.

Example Deploy Recent Validation step references a recentValidationId Example Deploy Recent Validation step references a recentValidationId