...
With this functionality user can manage what branches the trigger event will occur off of. User can select a primary and secondary branch in this form and any time a commit occurs on one of these branches, the pipeline will be triggered. Salesforce pipeline webhook setup contains 3 steps: Source Repository configuration in Start of Workflow, Webhook Registration in source code manager, and Salesforce Package Job Creation step configuration in pipeline step.
Note: When a pipeline is running and user makes a commit, the pipeline will finish its current run and only IF the run was successful, it will run a second time. If the user makes multiple commits during a run the pipeline will always use the latest commit for the next run. The pipeline will only run once after the current run no matter how many run requests it gets for that time period.
Salesforce pipeline webhook setup contains 3 steps:
1. Source Repository configuration in Start of Workflow → 2. Webhook Registration in source code manager → 3. Salesforce Package Job Creation step configuration in pipeline step.
Table of Content Zone |
---|
Source Repository Configuration in Start of Workflow
...