Versions Compared

Key

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

In opseraOpsera, there are 2 ways to run a Salesforce pipeline. You can either Either get the components from the org to the git branch using the sync-sfdc-repo Task or you can move your components from a git branch or an org to another salesforce org in Salesforce pipeline. The following documentation covers sync-sfdc-repo Task setup.

Salesforce Organization Sync workflow requires task creation, followed by a task run. Once the task has been created, you must select Run Task and follow the steps to complete the wizard. The prerequisite to Salesforce Organization Sync is having successfully configured Jenkins, SFDC Configurator, and SCM tools to select in the drop downs. The configured SCM tool must be added to Accounts within the Jenkins and SFDC Configurator tools.

...

Salesforce Organization Sync Task Setup Instructions:

  1. Select Salesforce Organization Sync from the Type drop down. Once this has been selected, the following values will be fetched for selection:

  • Jenkins Tool - Displays Jenkins Tools from Tool Registry.

  • Salesforce Account - Displays all Salesforce Accounts from Tool Registry.

  • Account - Displays Accounts added in Jenkins tool from Tool Registry.

  • Repository - Select a Repository from Account.

  • Branch - Select a Branch where the changes will be merged.

    Image Added

2. Select Create

3. After the task is created, select Run Task to successfully merge the task.

...