Any Updates on how we can integrate dynamics CRM with Bitbucket?
I need to import and publish solutions in CRM from bitbucket. Any Idea how we can do that?
Hi @Sanket and welcome to the community!
We don't have an official integration with Dynamics CRM.
If Dynamics CRM offers an API or a CLI that can perform the actions you want, then you may be able to use Bitbucket Pipelines in order to run builds and use this API or CLI during your build.
For Pipelines that run in our own infrastructure, every step runs in a Docker container where the repo is cloned (unless you disable cloning). The commands added to a step's script are Linux commands.
You can also use one of our self-hosted runners that allow you to run builds in Pipelines on your own infrastructure, and you won’t be charged for the build minutes used by your self-hosted runners:
The first step though would be to figure out if Dynamics CRM offers an API or a CLI that you can use in order to perform the actions you want.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.