HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Delivery in a SalesForce environment

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
salesforcedeliveryenvironment

Problem

In an organization with a hundred developers, and several thousand salespeople using SalesForce to create their application. Given the restrictions of SalesForce environment and deployment options.

What would be the process and which tools to use to reach a delivery pipeline where changes can be delivered to production many times per day?

The basic flow is:

  • salespeople think of ideas for improving their flow (bugs, new dev).



  • product managers distill the requirements and pass onto developers.



  • developers write code and create configuration changes in git.



  • magic happens (currently takes about 3-4 months).



  • new changes are in production and salespeople can use it.

Solution

I would recommend to create an issue about CD in the ticket system of salesforce. I have googled a little bit and this seems to be their issue tracker.

I would prevent to implement CD in salesforce as that will be very cumbersome and will take a lot of time. In my opinion this issue should be solved by SalesForce itself.

Context

StackExchange DevOps Q#1422, answer score: 1

Revisions (0)

No revisions yet.