I want to use SGD plgin in ANT build.xml based pipeline #1072
Replies: 4 comments
-
Hi @Samikshadahe ! I guess it would be possible, also I have never tried. If you manage to get it done, please feel free to share it (either here or in a dedicated discussion) |
Beta Was this translation helpful? Give feedback.
-
@Samikshadahe Salesforce Ant Migration Tool is fully retired now (see https://help.salesforce.com/s/articleView?id=release-notes.rn_deployment_ant_migration_tool_eol.htm&release=248&type=5). |
Beta Was this translation helpful? Give feedback.
-
Giving my two cents here. I work with many project which are ANT based, meaning the metadata is in old MDAPI format and would deploy using ANT based workflows. Recently, we adopted
This logic is running on a workflow which triggers via Pull Requests. That way, we could keep our repo in ANT format while still deploying via the plugin and SF CLI. It had its edge cases, but we can say it saved us a lot of time. |
Beta Was this translation helpful? Give feedback.
-
@Samikshadahe Here are most of the steps:
If you're using this with Jenkins (or manual execution) for example, you'd need to have a build.properties file with properties that Jenkins (or you) can set before executing the build. For example - targetOrg, fromCommit, toCommit. To reiterate ANT is a tool that very much still works and can be used to deploy to Salesforce, just not using the .jar file that Salesforce used to provide. If you have any questions I'd be happy to help you out where I can. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi scolladon,
is it possible if I implement SGD plugin in salesforce CICD using ANT build.xml,
if so how can I do that
Beta Was this translation helpful? Give feedback.
All reactions