Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Salesforce account and deploy key are required to run the Quick Deploy workflow. The workflow comprises creating a Quick Deploy task under Tasks section. Previously, you had to start an SFDX/ANT pipeline in Opsera to retrieve the deploy key. When the account and deploy key are entered after the task has been created, the task is prepared to be executed.

...

In this section:

  • Fetch Salesforce Deploy Key

  • Create and Run Salesforce Quick Deploy

  • Troubleshooting Failed Quick Deployments

Fetch Salesforce Deploy Key

  1. Login to Opsera and navigate to Products > Pipeline.

  2. Trigger Open and trigger a SFDX/ANT pipeline with a unit test case to generate the Salesforce Deploy Key.

  3. Once the pipeline is triggered, navigate to Pipeline Logs and click Report under the Log Type column.

  4. Under Summary tab, click Overview.

  5. Copy the displayed Request ID.


    The fetched deploy key is required to run the Salesforce Quick Deploy task.

...