Hi Team,
May i request if you are aware of how to configure destructive changes in a Bamboo Plan.
Kind regards,
Deepa
Hello @Deepa Gs, welcome to the Atlassian Community :)
Can you give some more details about "destructive changes"? What are these, do you have some examples maybe?
Hi Victor, Thank you for replying. I am looking to create a Plan/Job in Bamboo to delete Salesforce components using ANT .I need help on how to configure so that when the Bamboo jobs are executed, Salesforce compoents are been removed from Sandbox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the clarification Deepa!
To execute Ant with Bamboo you need to configure a task inside your plan job, using an Ant task. If the Ant task doesn't cover all your needs, you can always default to a Script task, which will allow you to execute Ant exactly as you do on your local machine.
I hope this helps :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.