DevOps and SF.pdf

Thursday, 21th September , 2023
Salesforce Luxembourg
User Group
CI/CD and Dev-ops in
a SF environment
Who has
implemented
?
Who would
like to ?
Applications became more business critical
From sales funnel to operational processes,
or operational processes integration
Application are more and more subject to
compliance and security rules
GDPR, PSF, Healthcare, …
-> auditability : changelog (code, profiles,
…), but security vulnerability
Different actors involved
CRM team
CRM consultants from different companies
SF Premier Support
-> who is doing what ?
Application became more complex
From « classic » some years ago, with some
rules, and apex code and VF
To « lightning », with LWC, flows, more Apex, …
Bigger teams and work collaboration
From mono-application to multi-application
One Owner -> Multi Owner
App Exchange and related customization
Side effects
More and more integrations
Leads to more ‘fragility’ and ‘dependencies
Salesforce organization evolved
Context Implementations
Different SF lifecycles appears over the last 20 years
Metadata flows
• Production<->Sandbox via change sets
• Repositories -> Scratch Orgs -> Sandboxes -> … -> Production
• Change Sets / Packages / Deploy from Repositories /…
Development Tools
• SF GUI (Direct Edit + Console)
• Visual Studio, IntelliJ, …
• SFDX and CLI
Generic CI/CD tools
• Repositories : git
• And CI/CD tools (Jenkins, GitLab, BitBucket)
How to deal with this evolving situation
in your Dev and Ops Teams
As usual
• With associated risk and workloads
Complex CI-CD setup
• Repository
• Pipe Jenkins, etc
• -> Big organization to set up and maintain the stack
Configurable off-the-shelf solution
• GearSet
• Copado
• AutoRabit
One under the microscope : Gearset
Metadata
Backup
Data
Monitoring
DevOps for Salesforce
—
What are the main constituents of Salesforce DevOps?
8
9
Traditional SFDC
dev/ops
—
1.Devs own everything in
orange - making their own
changes in their sandboxes
2.Ops people own everything
in turquoise - packaging
changes, deploying them, and
maintaining production
3.Deployments are org-to-org
4.This is normally done using
change sets, or entirely manually
in the case of types like profiles
5.This packaging and release
process is often cumbersome
and iterative - if a deployment
fails, tweak the package, and try
again
10
SFDC DevOps
—
1.Devs still own making
changes in their own sandboxes
2.Everything in pink is owned
by ops specialists - the
infrastructure that powers the
process
3.Everything in purple is the
shared responsibility of the
whole team
4.Developers commit their
changes to git, and merge their
branches ready for release
5.The automation platform
then continuously packages and
releases changes to one or more
environments
Technical
constituents of
DevOps
11
1. Automated unit
testing
2. Version control
4. CI/CD 5. Automated end-
to-end testing
6. Disaster recovery
3. Code
maintainability
1. Automated
unit testing
12
Unit testing is the first step on the path to DevOps adoption.
It’s the most fundamental signal of the validity of the changes
you’re making.
You should run your unit tests:
●Regularly during development
●On every merge or deployment
●Regularly on any orgs in your release pipeline
2. Version
control
13
Version control underpins almost all other DevOps practises.
It’s a fundamental requirement.
A version control system:
1.Tracks changes to files over time
2.Allows developers and admins to work in parallel
3.Acts as a shared source of truth
4.Provides a mechanism for code review
5.Provides a mechanism to integrate team members’ changes
3. Code
maintainability
14
Maintainable code is code that’s easy to read, change, test,
merge, and reuse. Maintainable code contributes to continuous
delivery, reduces technical debt, and as a result, increases
productivity.
You can improve code maintainability by:
1.Encouraging good coding practices
2.Enforcing maintainability rules using static code analysis
tools like PMD and Clayton
3.Use peer review to improve code quality
4. CI/CD
15
Continuous delivery
Releasing changes to end users as soon as they’re available.
Continuous integration
Regularly combining, building and testing everybody’s changes
to validate there are no emergent issues when the changes are
brought together.
Continuous deployment
A means to get closer to continuous delivery - deploying each
merged change to its target environment, as soon as it’s ready.
4. CI/CD
16
CI/CD is a mechanism to automate various parts of the release
process. It’s primarily used to automate:
1.Validation of developer branches pre-merge
2.Static code analysis
3.Preparation of deployment packages
4.Validation of those packages
5.Deployment / promotion of those packages
There are various tools that let you do this, both Salesforce-
specific and more general-purpose.
5. Automated
end-to-end
testing
17
End-to-end testing
Integration testing
Unit testing
6. Disaster
recovery
18
Data in Salesforce is vital to the functioning of the business. The
cost of data loss is at best high, and can be business-ending.
There are myriad causes:
1.A destructive deployment
2.A faulty integration
3.A disgruntled employee
4.A platform issue
OLD LOGO
Key aspect : Integrated in your work environment
Developers and Admins
Productivity – Speed of Deployment
Quality – Defects
Organization
Risk management
Tracability, Visibility, Understanding
Organization Resilience
Chain of Responsibility, RACI
Focus on Delivering Value
Resource-Budget Optimization
–> orient workload to Value Added
Tasks
Team satisfaction – Employee Experience
(Technical and Business)
Active Change Log Audit (Metadata-data)
Investigations
Benefits
• Do not solve the whole question of the clean design and implementation of all org features
• But is a strong helps to set up best practice / improved strategies, when they are designed and
planned
• (Cf. Agile, CI/CD, DevOps, Architecture …)
Available for change !
Ready to Innovate !
Quantitative
ROI
The four key metrics
21
1. Deployment frequency 2. Lead time
3. Time to recover 4. Change failure rate
The number of production
deployments a team performs in
any given day, week, month, or
year.
The average period between the
point a change is committed, and
that change being live in
production.
The average period between an
outage or production defect, and
restoration of normal service.
The percentage of changes
released to production that result
in degradation of service.
Assessment : What would
be yours ?
DevOps and SF.pdf
Let Start the Journey
!
Qualitative
characteristics
Salesforce’s DevOps journey
24
Link with Project or Service Management Practices
Projects
• Project Backlog Management
• Release Management
Support and Incident Management
• Ticketing and Issue resolutions
• Fix and Release Management
• Including : delta analysis in incident resolution
And progressively, implement CI/CD framework and DevOps Culture
How to implement ? Who will do this ?
‘Big’ CRM/IT team
• Maintain your own CI/CD environment
• Eventually mixed environment if Integration Partner have also one
• Set up of a clean CI/CD and Lifecycle process
• Nota : link with other components, non-SF, of the system : coherent deployments
Small or non-existing CRM/IT Team
• Rely on SF integration partner environment
• Agenda for “CI/CD – DevOps Specific Meeting”
• ?
• Who is interested ?
• - ?
• Who has already done it ? Would like to present something ?
• - ?
Thank You
1 of 28

Recommended

DevOps: Age Of CI/CD by
DevOps: Age Of CI/CDDevOps: Age Of CI/CD
DevOps: Age Of CI/CDMoogleLabs default
129 views29 slides
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y... by
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...Siva Rama Krishna Chunduru
381 views30 slides
DevOps CD and Multispeed IT in regulated industries (FUG Presentation) by
DevOps CD and Multispeed IT in regulated industries (FUG Presentation)DevOps CD and Multispeed IT in regulated industries (FUG Presentation)
DevOps CD and Multispeed IT in regulated industries (FUG Presentation)Serena Software
1.1K views32 slides
DevOps and Build Automation by
DevOps and Build AutomationDevOps and Build Automation
DevOps and Build AutomationHeiswayi Nrird
847 views51 slides
DevOps explained by
DevOps explainedDevOps explained
DevOps explainedJérôme Kehrli
10.6K views46 slides
Dev ops intro by
Dev ops introDev ops intro
Dev ops introRaju Raju
41 views18 slides

More Related Content

Similar to DevOps and SF.pdf

DevOps Presentation.pptx by
DevOps Presentation.pptxDevOps Presentation.pptx
DevOps Presentation.pptxAbdullah al Mamun
172 views59 slides
Continuous integration - stability, reliability and speed in software develop... by
Continuous integration - stability, reliability and speed in software develop...Continuous integration - stability, reliability and speed in software develop...
Continuous integration - stability, reliability and speed in software develop...Computaris
481 views14 slides
Continuous Integration by
Continuous IntegrationContinuous Integration
Continuous IntegrationComputaris
188 views14 slides
A Blueprint for a Successful DevOps Metamorphosis by
A Blueprint for a Successful DevOps MetamorphosisA Blueprint for a Successful DevOps Metamorphosis
A Blueprint for a Successful DevOps MetamorphosisXebiaLabs
1.4K views19 slides
How to go from waterfall app dev to secure agile development in 2 weeks by
How to go from waterfall app dev to secure agile development in 2 weeks How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks Ulf Mattsson
45 views61 slides
DevSecOps - It can change your life (cycle) by
DevSecOps - It can change your life (cycle)DevSecOps - It can change your life (cycle)
DevSecOps - It can change your life (cycle)Qualitest
834 views31 slides

Similar to DevOps and SF.pdf(20)

Continuous integration - stability, reliability and speed in software develop... by Computaris
Continuous integration - stability, reliability and speed in software develop...Continuous integration - stability, reliability and speed in software develop...
Continuous integration - stability, reliability and speed in software develop...
Computaris481 views
Continuous Integration by Computaris
Continuous IntegrationContinuous Integration
Continuous Integration
Computaris188 views
A Blueprint for a Successful DevOps Metamorphosis by XebiaLabs
A Blueprint for a Successful DevOps MetamorphosisA Blueprint for a Successful DevOps Metamorphosis
A Blueprint for a Successful DevOps Metamorphosis
XebiaLabs1.4K views
How to go from waterfall app dev to secure agile development in 2 weeks by Ulf Mattsson
How to go from waterfall app dev to secure agile development in 2 weeks How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks
Ulf Mattsson45 views
DevSecOps - It can change your life (cycle) by Qualitest
DevSecOps - It can change your life (cycle)DevSecOps - It can change your life (cycle)
DevSecOps - It can change your life (cycle)
Qualitest834 views
Scaling DevOps from Ground Zero to Enterprise by matthewabq
Scaling DevOps from Ground Zero to EnterpriseScaling DevOps from Ground Zero to Enterprise
Scaling DevOps from Ground Zero to Enterprise
matthewabq652 views
Introduction to 5w’s of DevOps by Cygnet Infotech
Introduction to 5w’s of DevOpsIntroduction to 5w’s of DevOps
Introduction to 5w’s of DevOps
Cygnet Infotech572 views
DevOps Practices in a Nutshell by Fibonalabs
DevOps Practices in a NutshellDevOps Practices in a Nutshell
DevOps Practices in a Nutshell
Fibonalabs64 views
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M... by Simon Storm
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Simon Storm1.5K views
Testing in the new age of DevOps by Moataz Mahmoud
Testing in the new age of DevOpsTesting in the new age of DevOps
Testing in the new age of DevOps
Moataz Mahmoud208 views
How Azure DevOps can boost your organization's productivity by Ivan Porta
How Azure DevOps can boost your organization's productivityHow Azure DevOps can boost your organization's productivity
How Azure DevOps can boost your organization's productivity
Ivan Porta224 views
Puppet + Diaxon: Getting to the next stage of DevOps evolution by Puppet
Puppet + Diaxon: Getting to the next stage of DevOps evolutionPuppet + Diaxon: Getting to the next stage of DevOps evolution
Puppet + Diaxon: Getting to the next stage of DevOps evolution
Puppet624 views
Making software development processes to work for you by Ambientia
Making software development processes to work for youMaking software development processes to work for you
Making software development processes to work for you
Ambientia645 views
Introduction to dev ops by Abdul Rahim
Introduction to dev opsIntroduction to dev ops
Introduction to dev ops
Abdul Rahim43 views
10.15.2014 dallas ws_brian_d_dn_live workshop enterpise agility_cust by dennisn129
10.15.2014 dallas ws_brian_d_dn_live workshop enterpise agility_cust10.15.2014 dallas ws_brian_d_dn_live workshop enterpise agility_cust
10.15.2014 dallas ws_brian_d_dn_live workshop enterpise agility_cust
dennisn129568 views

Recently uploaded

Winter '24 Release Chat.pdf by
Winter '24 Release Chat.pdfWinter '24 Release Chat.pdf
Winter '24 Release Chat.pdfmelbourneauuser
9 views20 slides
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)... by
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...Deltares
9 views34 slides
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove... by
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...Deltares
15 views17 slides
Keep by
KeepKeep
KeepGeniusee
71 views10 slides
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ... by
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...Deltares
9 views32 slides
HarshithAkkapelli_Presentation.pdf by
HarshithAkkapelli_Presentation.pdfHarshithAkkapelli_Presentation.pdf
HarshithAkkapelli_Presentation.pdfharshithakkapelli
11 views16 slides

Recently uploaded(20)

DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)... by Deltares
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
Deltares9 views
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove... by Deltares
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
Deltares15 views
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ... by Deltares
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...
DSD-INT 2023 Wave-Current Interaction at Montrose Tidal Inlet System and Its ...
Deltares9 views
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit... by Deltares
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...
Deltares12 views
SUGCON ANZ Presentation V2.1 Final.pptx by Jack Spektor
SUGCON ANZ Presentation V2.1 Final.pptxSUGCON ANZ Presentation V2.1 Final.pptx
SUGCON ANZ Presentation V2.1 Final.pptx
Jack Spektor21 views
Roadmap y Novedades de producto by Neo4j
Roadmap y Novedades de productoRoadmap y Novedades de producto
Roadmap y Novedades de producto
Neo4j43 views
Mark Simpson - UKOUG23 - Refactoring Monolithic Oracle Database Applications ... by marksimpsongw
Mark Simpson - UKOUG23 - Refactoring Monolithic Oracle Database Applications ...Mark Simpson - UKOUG23 - Refactoring Monolithic Oracle Database Applications ...
Mark Simpson - UKOUG23 - Refactoring Monolithic Oracle Database Applications ...
marksimpsongw74 views
MariaDB stored procedures and why they should be improved by Federico Razzoli
MariaDB stored procedures and why they should be improvedMariaDB stored procedures and why they should be improved
MariaDB stored procedures and why they should be improved
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea... by Safe Software
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Safe Software391 views
El Arte de lo Possible by Neo4j
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo Possible
Neo4j34 views
Fleet Management Software in India by Fleetable
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India
Fleetable11 views
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -... by Deltares
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...
DSD-INT 2023 Simulating a falling apron in Delft3D 4 - Engineering Practice -...
Deltares6 views
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan... by Deltares
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
Deltares10 views
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko... by Deltares
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
Deltares10 views
A first look at MariaDB 11.x features and ideas on how to use them by Federico Razzoli
A first look at MariaDB 11.x features and ideas on how to use themA first look at MariaDB 11.x features and ideas on how to use them
A first look at MariaDB 11.x features and ideas on how to use them
Federico Razzoli44 views
Citi TechTalk Session 2: Kafka Deep Dive by confluent
Citi TechTalk Session 2: Kafka Deep DiveCiti TechTalk Session 2: Kafka Deep Dive
Citi TechTalk Session 2: Kafka Deep Dive
confluent17 views

DevOps and SF.pdf

  • 1. Thursday, 21th September , 2023 Salesforce Luxembourg User Group
  • 2. CI/CD and Dev-ops in a SF environment
  • 4. Applications became more business critical From sales funnel to operational processes, or operational processes integration Application are more and more subject to compliance and security rules GDPR, PSF, Healthcare, … -> auditability : changelog (code, profiles, …), but security vulnerability Different actors involved CRM team CRM consultants from different companies SF Premier Support -> who is doing what ? Application became more complex From « classic » some years ago, with some rules, and apex code and VF To « lightning », with LWC, flows, more Apex, … Bigger teams and work collaboration From mono-application to multi-application One Owner -> Multi Owner App Exchange and related customization Side effects More and more integrations Leads to more ‘fragility’ and ‘dependencies Salesforce organization evolved Context Implementations
  • 5. Different SF lifecycles appears over the last 20 years Metadata flows • Production<->Sandbox via change sets • Repositories -> Scratch Orgs -> Sandboxes -> … -> Production • Change Sets / Packages / Deploy from Repositories /… Development Tools • SF GUI (Direct Edit + Console) • Visual Studio, IntelliJ, … • SFDX and CLI Generic CI/CD tools • Repositories : git • And CI/CD tools (Jenkins, GitLab, BitBucket)
  • 6. How to deal with this evolving situation in your Dev and Ops Teams As usual • With associated risk and workloads Complex CI-CD setup • Repository • Pipe Jenkins, etc • -> Big organization to set up and maintain the stack Configurable off-the-shelf solution • GearSet • Copado • AutoRabit
  • 7. One under the microscope : Gearset Metadata Backup Data Monitoring
  • 8. DevOps for Salesforce — What are the main constituents of Salesforce DevOps? 8
  • 9. 9 Traditional SFDC dev/ops — 1.Devs own everything in orange - making their own changes in their sandboxes 2.Ops people own everything in turquoise - packaging changes, deploying them, and maintaining production 3.Deployments are org-to-org 4.This is normally done using change sets, or entirely manually in the case of types like profiles 5.This packaging and release process is often cumbersome and iterative - if a deployment fails, tweak the package, and try again
  • 10. 10 SFDC DevOps — 1.Devs still own making changes in their own sandboxes 2.Everything in pink is owned by ops specialists - the infrastructure that powers the process 3.Everything in purple is the shared responsibility of the whole team 4.Developers commit their changes to git, and merge their branches ready for release 5.The automation platform then continuously packages and releases changes to one or more environments
  • 11. Technical constituents of DevOps 11 1. Automated unit testing 2. Version control 4. CI/CD 5. Automated end- to-end testing 6. Disaster recovery 3. Code maintainability
  • 12. 1. Automated unit testing 12 Unit testing is the first step on the path to DevOps adoption. It’s the most fundamental signal of the validity of the changes you’re making. You should run your unit tests: ●Regularly during development ●On every merge or deployment ●Regularly on any orgs in your release pipeline
  • 13. 2. Version control 13 Version control underpins almost all other DevOps practises. It’s a fundamental requirement. A version control system: 1.Tracks changes to files over time 2.Allows developers and admins to work in parallel 3.Acts as a shared source of truth 4.Provides a mechanism for code review 5.Provides a mechanism to integrate team members’ changes
  • 14. 3. Code maintainability 14 Maintainable code is code that’s easy to read, change, test, merge, and reuse. Maintainable code contributes to continuous delivery, reduces technical debt, and as a result, increases productivity. You can improve code maintainability by: 1.Encouraging good coding practices 2.Enforcing maintainability rules using static code analysis tools like PMD and Clayton 3.Use peer review to improve code quality
  • 15. 4. CI/CD 15 Continuous delivery Releasing changes to end users as soon as they’re available. Continuous integration Regularly combining, building and testing everybody’s changes to validate there are no emergent issues when the changes are brought together. Continuous deployment A means to get closer to continuous delivery - deploying each merged change to its target environment, as soon as it’s ready.
  • 16. 4. CI/CD 16 CI/CD is a mechanism to automate various parts of the release process. It’s primarily used to automate: 1.Validation of developer branches pre-merge 2.Static code analysis 3.Preparation of deployment packages 4.Validation of those packages 5.Deployment / promotion of those packages There are various tools that let you do this, both Salesforce- specific and more general-purpose.
  • 18. 6. Disaster recovery 18 Data in Salesforce is vital to the functioning of the business. The cost of data loss is at best high, and can be business-ending. There are myriad causes: 1.A destructive deployment 2.A faulty integration 3.A disgruntled employee 4.A platform issue OLD LOGO
  • 19. Key aspect : Integrated in your work environment
  • 20. Developers and Admins Productivity – Speed of Deployment Quality – Defects Organization Risk management Tracability, Visibility, Understanding Organization Resilience Chain of Responsibility, RACI Focus on Delivering Value Resource-Budget Optimization –> orient workload to Value Added Tasks Team satisfaction – Employee Experience (Technical and Business) Active Change Log Audit (Metadata-data) Investigations Benefits • Do not solve the whole question of the clean design and implementation of all org features • But is a strong helps to set up best practice / improved strategies, when they are designed and planned • (Cf. Agile, CI/CD, DevOps, Architecture …) Available for change ! Ready to Innovate !
  • 21. Quantitative ROI The four key metrics 21 1. Deployment frequency 2. Lead time 3. Time to recover 4. Change failure rate The number of production deployments a team performs in any given day, week, month, or year. The average period between the point a change is committed, and that change being live in production. The average period between an outage or production defect, and restoration of normal service. The percentage of changes released to production that result in degradation of service. Assessment : What would be yours ?
  • 23. Let Start the Journey !
  • 25. Link with Project or Service Management Practices Projects • Project Backlog Management • Release Management Support and Incident Management • Ticketing and Issue resolutions • Fix and Release Management • Including : delta analysis in incident resolution And progressively, implement CI/CD framework and DevOps Culture
  • 26. How to implement ? Who will do this ? ‘Big’ CRM/IT team • Maintain your own CI/CD environment • Eventually mixed environment if Integration Partner have also one • Set up of a clean CI/CD and Lifecycle process • Nota : link with other components, non-SF, of the system : coherent deployments Small or non-existing CRM/IT Team • Rely on SF integration partner environment
  • 27. • Agenda for “CI/CD – DevOps Specific Meeting” • ? • Who is interested ? • - ? • Who has already done it ? Would like to present something ? • - ?