Opsera supports deletion of components over Salesforce pipeline execution in two ways:
Based on the components that are deleted or renamed in Git Branch
Using CSV Upload
Based on the components that are deleted or renamed in Git Branch
In the case of components that gets deleted/renamed from the Git branch, Users can pick and chose those deleted/renamed components on the Salesforce Pipeline Wizard and proceed with deleting the same against the targeted Salesforce Org.
Below is a scenario that describes the case where the files that are deleted and renamed (to a different name) are being deleted from the Org using the destructive manifest file.
Delete 2 files and rename 2 files in a github branch
2. Configure the github Branch on SFDC Pipeline
3. Load components whose files are renamed/deleted & Load their date range
4. View the Files deleted/renamed on the list in Git files
5. In XML Viewer, The Files newly renamed are added on Package xml and the files deleted/renamed are listed under Destructive Package xml
6. Run the pipeline and view the deploy logs
Deployment Logs:
Using CSV Upload
Users can now proceed with deleting components by creating Destructive manifest file with the help of uploading a csv file having the component to be removed.
Create a csv file. Provide the component details and provide the commit action as Removed for the file that needs to be removed.
Open the Salesforce Pipeline wizard. Click on File/XML Upload File/XML Upload Process Tab. Upload the created CSV file.
Click on Process File button.