SlideShare a Scribd company logo
1 of 41
Continuous Delivery
          Maturity Model

    Eric Minick, Lead Consultant




1
Eric Minick
Lead Consultant
                  • 8 Years at Urbancode
                  • Commits on three
                    generations of UC products
                  • Experience as a Dev, Tester
                    and build guy
                  • Currently focused on best
                    practices and industry
                    trends



2
The plan for today
• Short Intro to Continuous Delivery
• The Maturity Model
    – Building, Deploying, Testing, and Reporting
• Applying the Model: Personas
    – El Emeno Investments: Balancing agility and control
    – All-Green United Systems: Large scale Scrum
    – Diversity Handhelds: Dozens of platforms
• Additional Resources and Q&A



3
The plan for today
•   Short Intro to Continuous Delivery
•   The Maturity Model
•   Appling the Model: Personas
•   Additional Resources and Q&A




4
CI: it’s about Quality Determination
• Integrating frequently is less painful than
  infrequently.
    – But, If we commit frequently blindly, we have a
      broken code base


• Implied condition: each integration will not
  decrease the code quality.
    – This is the key to CI
    – The rest is implementation details.


5   http://www.urbancode.com/blogs/anthillpro-
    blog/2011/09/07/continuous_integration_why_you_dont_really_get_it.html
Continuous Delivery: Beyond the Team Build

• Continuation of the Quality Determination
• Functional tests require deployment.
• Progression through environments on a march
  to production, with “the build” subjected to
  more exhaustive tests in each environment.
• Beyond the functional team, but also across
  projects

    Build &     Deploy to   Functional   Deploy to   Integration   Deploy to   Deploy to
    Unit Test     DEV         Tests        SIT          Tests        UAT        PROD



6
Why a CD maturity model?
• How mature are our Build, Deploy, Test
  practices?
• Where can we get the most improvement
  based on our specific problems and needs?
• How are other organizations solving these
  same problems?
    “The future is here. It’s just not evenly distributed yet.”
                                               – William Gibson


7
Maturity Model: Parts and personas
Building, Deploying, Testing, and Reporting
    – Base, Beginner, Intermediate, Advanced, Extreme



• Industry Norm vs. Target
    – What do we see most people doing today?
    – A general target to shoot for (and how to pick a good target
      for your own team)




8
Poll: Our CI or CD system handles:
• Building our code (at least daily)
• … and deploying after build
• … and testing after deployment
• … and reporting across building, deploying and
  testing
• … and more!
• We have no CI system


9
Building




10
Deploying




11
Testing




12
Reporting




13
Standard Target
Based on this model, the standard target is:
• Continuous builds on a distributed grid using
  dependency management
• Builds automatically deployed to first test environment
• Build runs extensive unit tests; extensive functional
  tests automatically executed in test environments
• Test results and trends are widely visible and available
• Information from the build system informs manual
  risk-based testing
• Self-service deployments to other environments
     – Those deployments coordinated between tiers / services
14
The plan for today
•    Short Intro to Continuous Delivery
•    The Maturity Model
•    Appling the Model: Personas
•    Additional Resources and Q&Aof platforms




15
Apply the maturity model: Personas



     El Emeno Investments: Balancing agility & control

       All-Green United Systems: Large-scale Scrum

         Diversity Handhelds: Dozens of platforms




16
Poll: Our main problem we hope CD can help
  with is:
• Improving our delivery speed
• Improving quality and compliance
• Supporting multiple platforms or devices
• Multiple of these
• We have other problems
• We have no problems


17
El Emeno Investments
Trading system for securities
     – Time to market is a key competitive advantage
     – Strict legal requirements & audits
Problem: slow heavyweight process
     – Numerous sign-offs, handheld
       deployments, lengthy manual test cycle
     – Pressure to work overtime to compensate
     – Late mistakes in deployment
     – High turnover

      “How do we balance agility and control?”
18
El Emeno Investments: Deploying
Needed automated, traceable deployments
     – Secure push-button deployments
     – Deploy to production

Benefits
     – Self-service deployments to test take pressure off
       release engineers
     – Using uniform automated deployments reduces
       errors & delays
     – Security and traceability make auditors happy

             Advanced level deployments

19
El Emeno Investments: Building
Needed Audit Proof Builds
     – Automatic, Controlled Build Process
     – Builds stored in an artifact repository
       (ITIL: Definitive Software Library)

Benefits
     – Clear understanding of what is in each build lowers risk
     – Supports accurate deployments by guaranteeing no
       changes to tested artifacts
     – Faster approvals and audits with lower risk of failure

                 Beginner level builds
           with some Intermediate practices
20
El Emeno Investments: Testing
Needed Rapid Regression Testing and Security
     – Automated unit tests of core functionality on all
       builds
     – Automated security scans of select builds
Benefits
     – Less time on manual regression testing allows quicker
       detection of problems in new functionality
     – Security scans lower business risk, increasing
       compliance

                 Beginner level testing
              with advanced security scans

21
El Emeno Investments: Reporting
Needed historic release information, consolidated
  reports
     – Audit log of who deployed what build where
     – Produce test, security scans, approval logs for releases

Benefits
     – Consolidating reports yields faster, easier audit compliance
     – Easy review of a build’s history reduces deployment errors
     – Risk is more easily assessed

               Intermediate level reporting


22
El Emeno Investments: Results
“How do we balance agility and control?”
     – Time to market is a key competitive advantage
     – Problem: slow, heavyweight process


“Our continuous delivery system provides us an
end-to-end automation across our build lifecycle.
We now have a faster cycle time, fewer manual
errors and an easier time in audits.”


23
All-Green United Systems
Large global IT with business critical applications
     – Large scale scrum with cross-functional teams
     – Traditional integration QA & release engineering
     – Recent move to SOA

Problem: releases are a bottleneck
     –   Legacy “big bang” release process
     –   Lack of synchronization across applications creates backlog
     –   QA finding cross-team problems in integration testing
     –   Apps fail in product, after appearing to work in QA

     “How do we realize the benefits of Scrum in a large
                      organization?”

24
All-Green United Systems: Building
Needed unification of build systems across scrum teams
     – Consolidate from numerous build systems to one build grid
     – Dependency management between components
     – Scrum of Scrums yields Build of Builds

Benefits
     – Build grid more efficiently uses hardware, lowering costs
       and improving response time
     – Build of Builds more quickly detects cross-team integration
       problems and improves component traceability
     – Single build system lowers learning curve when switching
       scrum teams

                Intermediate level building
25
All-Green United Systems: Deployments
Needed to speed the release process to keep pace
     – Automated release across teams and environments
     – Coordination of SOA releases – Deploy what was tested
     – New applications with extensive testing using continuous
       deployment to production

Benefits
     – Unified deployment scripts avoid errors in production
     – Self-Service deployments remove burden from release
       engineers
     – Continuous deployment give some systems maximum
       throughput

      Advanced and Extreme level deployments
26
All-Green United Systems: Testing
Needs vary by scrum team and application
     – Investment in expanded automatic testing focused on
       mission critical, frequently changing, and new applications
     – Component interfaces gain automated regression tests


Benefits
     – Fewer breakages in shared components improves developer
       productivity
     – Mission critical applications gain stability, lowering risk of
       costly defects


                  Varying levels of testing

27
All-Green United Systems: Reporting
Needed better visibility between cooperating small
  teams
     – Consolidated build systems put all build information in one place
     – Include test and deployment reports in CD system
     – Trend report results

Benefits
     – Reduced coordination overhead between scrum teams
     – Single report repository improves coordination between
       development and testing
     – Trending improves the scrum team’s understanding of how done
       they are

                  Advanced level reporting

28
All-Green United Systems: Results
“How do we realize the benefits of Scrum in our
  organization?”
     – Large scale scrum with cross-functional teams
     – Problem: releases are a bottleneck

“Our continuous delivery system allowed our
small, globally distributed scrum teams to
cooperate in large system builds automatically.
By keeping the code integrated we eliminated
late errors, improved coordination across
teams, and eliminated our release bottleneck.”
29
Diversity Handhelds
Software platform for mobile devices
     – Partners work with device manufacturers
     – Each product ported across a wide range of platforms


Problems: breaking existing ports & tracking build
  content
     – Porting to a new platform might break an inactive port;
       hard to track down cause later
     – Tracking deliverable contents manually is time consuming;
       hard for support to find information when needed


“How can we reduce the cost of adding a new platform?”

30
Diversity Handhelds: Building
Needed regular builds of many build configurations
     – Diverse, multi-platform, multi-tool chain build farm
     – Regular, automatic builds for all configurations
     – Upload of build product into build artifact repository

Benefits
     – Building all configurations at least daily saves developer
       time with quick detection of platform specific compile
       problems
     – Support has easy access to builds delivered to customers
     – Automated Bill of Materials tracking reduces manual effort
       and errors.

                Intermediate level building
31
Diversity Handhelds: Testing
Needs automated cross-platform testing
     – Extensive unit testing run regularly
     – Automated functional tests run in available, representative
       device simulators
     – Static analysis and security checks regularly run

Benefits
     – Faster defect detection with shorter QA cycles leading to
       improved time to market
     – Lower risk of potentially expensive platform specific defects
     – Manual testing can find deep bugs rather than focus on
       smoke testing dozens of variants

                   Advanced level testing
32
Diversity Handhelds: Deployments
Needed deployments to simulators to support
 testing
     – Scheduled deployments integrated to build
       management and testing

Benefits
     – Advanced testing that provides rapid feedback
       from functional testing is dependant on basic
       deployments

           Intermediate level deployments
33
Diversity Handhelds: Reporting
Needed to understand stability and historical information
     – Gather build, various testing and release logs centrally
     – Align reports to individual builds
     – Maintain reports related to released builds through that
       version’s end of life

Benefits
     – Provides data to support and engineering regarding what
       was tested on old releases customers have problems with
     – Lowers effort in understanding test results for wide array of
       platforms / configurations

                 Advanced level reporting

34
Diversity Handhelds: Result
“How can we reduce the cost of adding a new
  platform?”
     – Partners work with device manufacturers
     – Problems: breaking existing ports & tracking build
       contents

“Ourcontinuous delivery system handles our
wide-range of platforms and prevents our ports
from going stale. Our bill-of-materials is now
generated automatically and our support people
can access historical information any time.”
35
Key Takeaways
• Technology built for “extreme” uses can be
  used by the rest of us

• Select a final goal and immediate first steps

• Interact across functional groups to project
  teams to determine larger needs



36
The plan for today
•    Short Intro to Continuous Delivery
•    The Maturity Model
•    Appling the Model: Personas
•    Additional Resources and Q & A




37
Four partMaturity Model




38
More on CI, CD, and DevOps
Webinars and more: http://urbancode.com/resources
• Deployment Automation Basics
• Lean Techniques for Build & Deploy Automation
• Enterprise DevOps: Scaling Build, Deploy, Test, Release

You should follow us:
Urbancode.com/blogs/
Twitter.com/UrbanCodeSoft
Facebook.com/UrbanCodeSoft
Slideshare.net/UrbanCode

39
Yes, UrbanCode is a CD vendor

• uBuild(AnthillPro)
     – Continuous integration and simple CD


• uDeploy
     – Deployment and release management


• uCloud(soon)
     – Environment provisioning from your private cloud


40
Questions?
     Request a copy of the slides or ask more questions
                                  eric@urbancode.com
                                  mbz@urbancode.com




41

More Related Content

What's hot

Azure DevOps Presentation
Azure DevOps PresentationAzure DevOps Presentation
Azure DevOps PresentationInCycleSoftware
 
DevOps to DevSecOps Journey..
DevOps to DevSecOps Journey..DevOps to DevSecOps Journey..
DevOps to DevSecOps Journey..Siddharth Joshi
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CDCprime
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your OrganizationDalibor Blazevic
 
DevOps: Benefits & Future Trends
DevOps: Benefits & Future TrendsDevOps: Benefits & Future Trends
DevOps: Benefits & Future Trends9 series
 
DevOps a pratical approach
DevOps a pratical approachDevOps a pratical approach
DevOps a pratical approachSiderlan Santos
 
DevSecOps: Key Controls to Modern Security Success
DevSecOps: Key Controls to Modern Security SuccessDevSecOps: Key Controls to Modern Security Success
DevSecOps: Key Controls to Modern Security SuccessPuma Security, LLC
 
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...SlideTeam
 
Slide DevSecOps Microservices
Slide DevSecOps Microservices Slide DevSecOps Microservices
Slide DevSecOps Microservices Hendri Karisma
 
DevSecOps : an Introduction
DevSecOps : an IntroductionDevSecOps : an Introduction
DevSecOps : an IntroductionPrashanth B. P.
 

What's hot (20)

Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Azure DevOps Presentation
Azure DevOps PresentationAzure DevOps Presentation
Azure DevOps Presentation
 
Benefits of DevSecOps
Benefits of DevSecOpsBenefits of DevSecOps
Benefits of DevSecOps
 
DevOps to DevSecOps Journey..
DevOps to DevSecOps Journey..DevOps to DevSecOps Journey..
DevOps to DevSecOps Journey..
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CD
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your Organization
 
Azure devops
Azure devopsAzure devops
Azure devops
 
devops
devops devops
devops
 
12-Factor Apps
12-Factor Apps12-Factor Apps
12-Factor Apps
 
DevOps: Benefits & Future Trends
DevOps: Benefits & Future TrendsDevOps: Benefits & Future Trends
DevOps: Benefits & Future Trends
 
DevOps a pratical approach
DevOps a pratical approachDevOps a pratical approach
DevOps a pratical approach
 
DevSecOps: Key Controls to Modern Security Success
DevSecOps: Key Controls to Modern Security SuccessDevSecOps: Key Controls to Modern Security Success
DevSecOps: Key Controls to Modern Security Success
 
The State of DevSecOps
The State of DevSecOpsThe State of DevSecOps
The State of DevSecOps
 
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
 
Introduction to DevSecOps
Introduction to DevSecOpsIntroduction to DevSecOps
Introduction to DevSecOps
 
Slide DevSecOps Microservices
Slide DevSecOps Microservices Slide DevSecOps Microservices
Slide DevSecOps Microservices
 
DEVSECOPS.pptx
DEVSECOPS.pptxDEVSECOPS.pptx
DEVSECOPS.pptx
 
Introduction to DevSecOps
Introduction to DevSecOpsIntroduction to DevSecOps
Introduction to DevSecOps
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
DevSecOps : an Introduction
DevSecOps : an IntroductionDevSecOps : an Introduction
DevSecOps : an Introduction
 

Viewers also liked

DevOps Maturity Curve v5
DevOps Maturity Curve v5DevOps Maturity Curve v5
DevOps Maturity Curve v5Paul Peissner
 
Digital Disruption with DevOps - Reference Architecture Overview
Digital Disruption with DevOps - Reference Architecture OverviewDigital Disruption with DevOps - Reference Architecture Overview
Digital Disruption with DevOps - Reference Architecture OverviewIBM UrbanCode Products
 
Devops Scorecard
Devops ScorecardDevops Scorecard
Devops ScorecardJez Humble
 
Ibm innovate adoption of continuous delivery at scale at a large telco - pr...
Ibm innovate   adoption of continuous delivery at scale at a large telco - pr...Ibm innovate   adoption of continuous delivery at scale at a large telco - pr...
Ibm innovate adoption of continuous delivery at scale at a large telco - pr...Mirco Hering
 
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation Gene Kim
 
DevOps: A Culture Transformation, More than Technology
DevOps: A Culture Transformation, More than TechnologyDevOps: A Culture Transformation, More than Technology
DevOps: A Culture Transformation, More than TechnologyCA Technologies
 
Accenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture Technology
 
Continuous Integration & Continuous Delivery
Continuous Integration & Continuous DeliveryContinuous Integration & Continuous Delivery
Continuous Integration & Continuous DeliveryJoachim Mathes
 
Release and Deploy Sessions at IBM InterConnect 2015
Release and Deploy Sessions at IBM InterConnect 2015Release and Deploy Sessions at IBM InterConnect 2015
Release and Deploy Sessions at IBM InterConnect 2015IBM UrbanCode Products
 
Scaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentScaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentIBM UrbanCode Products
 
The Performance and Scalability Mindset
The Performance and Scalability MindsetThe Performance and Scalability Mindset
The Performance and Scalability MindsetBrian Doll
 
Monitoring the Data Center
Monitoring the Data CenterMonitoring the Data Center
Monitoring the Data CenterLancope, Inc.
 
DevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementDevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementInspectie van het Onderwijs
 
How Microsoft IT migrated SharePoint to Office 365
How Microsoft IT migrated SharePoint to Office 365How Microsoft IT migrated SharePoint to Office 365
How Microsoft IT migrated SharePoint to Office 365Sam Crewdson
 
Extreme Linux Performance Monitoring and Tuning
Extreme Linux Performance Monitoring and TuningExtreme Linux Performance Monitoring and Tuning
Extreme Linux Performance Monitoring and TuningMilind Koyande
 
Merger and Acquisition and Office 365
Merger and Acquisition and Office 365Merger and Acquisition and Office 365
Merger and Acquisition and Office 365Thomas Stensitzki
 
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...New Relic
 

Viewers also liked (20)

Continuous Delivery Maturity Model
Continuous Delivery Maturity ModelContinuous Delivery Maturity Model
Continuous Delivery Maturity Model
 
DevOps Maturity Curve v5
DevOps Maturity Curve v5DevOps Maturity Curve v5
DevOps Maturity Curve v5
 
Digital Disruption with DevOps - Reference Architecture Overview
Digital Disruption with DevOps - Reference Architecture OverviewDigital Disruption with DevOps - Reference Architecture Overview
Digital Disruption with DevOps - Reference Architecture Overview
 
Devops Scorecard
Devops ScorecardDevops Scorecard
Devops Scorecard
 
Continuous Delivery in the Enterprise
Continuous Delivery in the EnterpriseContinuous Delivery in the Enterprise
Continuous Delivery in the Enterprise
 
Ibm innovate adoption of continuous delivery at scale at a large telco - pr...
Ibm innovate   adoption of continuous delivery at scale at a large telco - pr...Ibm innovate   adoption of continuous delivery at scale at a large telco - pr...
Ibm innovate adoption of continuous delivery at scale at a large telco - pr...
 
What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE? What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE?
 
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
 
DevOps: A Culture Transformation, More than Technology
DevOps: A Culture Transformation, More than TechnologyDevOps: A Culture Transformation, More than Technology
DevOps: A Culture Transformation, More than Technology
 
Accenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of business
 
Continuous Integration & Continuous Delivery
Continuous Integration & Continuous DeliveryContinuous Integration & Continuous Delivery
Continuous Integration & Continuous Delivery
 
Release and Deploy Sessions at IBM InterConnect 2015
Release and Deploy Sessions at IBM InterConnect 2015Release and Deploy Sessions at IBM InterConnect 2015
Release and Deploy Sessions at IBM InterConnect 2015
 
Scaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentScaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel Development
 
The Performance and Scalability Mindset
The Performance and Scalability MindsetThe Performance and Scalability Mindset
The Performance and Scalability Mindset
 
Monitoring the Data Center
Monitoring the Data CenterMonitoring the Data Center
Monitoring the Data Center
 
DevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile ManagementDevOps unraveled - Nyenrode masterclass on Agile Management
DevOps unraveled - Nyenrode masterclass on Agile Management
 
How Microsoft IT migrated SharePoint to Office 365
How Microsoft IT migrated SharePoint to Office 365How Microsoft IT migrated SharePoint to Office 365
How Microsoft IT migrated SharePoint to Office 365
 
Extreme Linux Performance Monitoring and Tuning
Extreme Linux Performance Monitoring and TuningExtreme Linux Performance Monitoring and Tuning
Extreme Linux Performance Monitoring and Tuning
 
Merger and Acquisition and Office 365
Merger and Acquisition and Office 365Merger and Acquisition and Office 365
Merger and Acquisition and Office 365
 
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...
Rock Stars, Builders, and Janitors: You're Doing It Wrong, New Relic [FutureS...
 

Similar to Continuous Delivery Maturity Model

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...
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...Simon Storm
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineeringmoduledesign
 
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
How to go from waterfall app dev to secure agile development in 2 weeks Ulf Mattsson
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineeringmoduledesign
 
Advanced engineering practices to achieve higher agility quotient v1.0
Advanced engineering practices to achieve higher agility quotient v1.0Advanced engineering practices to achieve higher agility quotient v1.0
Advanced engineering practices to achieve higher agility quotient v1.0Musarrath Jabeen
 
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Emtec Inc.
 
Application Modeller
Application ModellerApplication Modeller
Application ModellerThierry Hue
 
Ncerc rlmca202 adm m3 ssm
Ncerc rlmca202  adm m3 ssmNcerc rlmca202  adm m3 ssm
Ncerc rlmca202 adm m3 ssmssmarar
 
Software Engineering The Multiview Approach And Wisdm
Software Engineering   The Multiview Approach And WisdmSoftware Engineering   The Multiview Approach And Wisdm
Software Engineering The Multiview Approach And Wisdmguestc990b6
 
Continuous Performance Testing in DevOps - Lee Barnes
Continuous Performance Testing in DevOps - Lee BarnesContinuous Performance Testing in DevOps - Lee Barnes
Continuous Performance Testing in DevOps - Lee BarnesQA or the Highway
 
Devops transformation in the Rational Collaborative Lifecycle Organization
Devops transformation in the Rational Collaborative Lifecycle OrganizationDevops transformation in the Rational Collaborative Lifecycle Organization
Devops transformation in the Rational Collaborative Lifecycle OrganizationRobbie Minshall
 
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)
DevOps CD and Multispeed IT in regulated industries (FUG Presentation)Serena Software
 
Manage Infrastructure at Scale with Automation - June 2020
Manage Infrastructure at Scale with Automation - June 2020Manage Infrastructure at Scale with Automation - June 2020
Manage Infrastructure at Scale with Automation - June 2020Puppet
 
Continuous Delivery for people who do not write code - Matthew Skelton - Conflux
Continuous Delivery for people who do not write code - Matthew Skelton - ConfluxContinuous Delivery for people who do not write code - Matthew Skelton - Conflux
Continuous Delivery for people who do not write code - Matthew Skelton - ConfluxMatthew Skelton
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD OverviewAn Nguyen
 

Similar to Continuous Delivery Maturity Model (20)

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...
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineering
 
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
How to go from waterfall app dev to secure agile development in 2 weeks
 
Lecture 3 software_engineering
Lecture 3 software_engineeringLecture 3 software_engineering
Lecture 3 software_engineering
 
Deploying at will - SEI
 Deploying at will - SEI Deploying at will - SEI
Deploying at will - SEI
 
Journey to the center of DevOps - v6
Journey to the center of DevOps - v6Journey to the center of DevOps - v6
Journey to the center of DevOps - v6
 
Advanced engineering practices to achieve higher agility quotient v1.0
Advanced engineering practices to achieve higher agility quotient v1.0Advanced engineering practices to achieve higher agility quotient v1.0
Advanced engineering practices to achieve higher agility quotient v1.0
 
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
Webinar Presentation: Best Practices in QA Testing - Leveraging Open Source T...
 
Application Modeller
Application ModellerApplication Modeller
Application Modeller
 
Ncerc rlmca202 adm m3 ssm
Ncerc rlmca202  adm m3 ssmNcerc rlmca202  adm m3 ssm
Ncerc rlmca202 adm m3 ssm
 
2. Software process
2. Software process2. Software process
2. Software process
 
Software Engineering The Multiview Approach And Wisdm
Software Engineering   The Multiview Approach And WisdmSoftware Engineering   The Multiview Approach And Wisdm
Software Engineering The Multiview Approach And Wisdm
 
Continuous Performance Testing in DevOps - Lee Barnes
Continuous Performance Testing in DevOps - Lee BarnesContinuous Performance Testing in DevOps - Lee Barnes
Continuous Performance Testing in DevOps - Lee Barnes
 
Devops transformation in the Rational Collaborative Lifecycle Organization
Devops transformation in the Rational Collaborative Lifecycle OrganizationDevops transformation in the Rational Collaborative Lifecycle Organization
Devops transformation in the Rational Collaborative Lifecycle Organization
 
2-models.pptx
2-models.pptx2-models.pptx
2-models.pptx
 
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)
DevOps CD and Multispeed IT in regulated industries (FUG Presentation)
 
Adopting DevOps for 2-Speed IT
Adopting DevOps for 2-Speed ITAdopting DevOps for 2-Speed IT
Adopting DevOps for 2-Speed IT
 
Manage Infrastructure at Scale with Automation - June 2020
Manage Infrastructure at Scale with Automation - June 2020Manage Infrastructure at Scale with Automation - June 2020
Manage Infrastructure at Scale with Automation - June 2020
 
Continuous Delivery for people who do not write code - Matthew Skelton - Conflux
Continuous Delivery for people who do not write code - Matthew Skelton - ConfluxContinuous Delivery for people who do not write code - Matthew Skelton - Conflux
Continuous Delivery for people who do not write code - Matthew Skelton - Conflux
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD Overview
 

More from IBM UrbanCode Products

Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9
Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9
Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9IBM UrbanCode Products
 
Using Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesUsing Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesIBM UrbanCode Products
 
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps:  Standardizing Chaotic Culture at NBCUniversalEfficient DevOps:  Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversalIBM UrbanCode Products
 
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...IBM UrbanCode Products
 
Shift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureShift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureIBM UrbanCode Products
 
Leading the Transformation: Applying DevOps and Agile Principles at Scale
Leading the Transformation:  Applying DevOps and Agile Principles at ScaleLeading the Transformation:  Applying DevOps and Agile Principles at Scale
Leading the Transformation: Applying DevOps and Agile Principles at ScaleIBM UrbanCode Products
 
Continuous Delivery in the Enterprise - with IBM UrbanCode
Continuous Delivery in the Enterprise - with IBM UrbanCodeContinuous Delivery in the Enterprise - with IBM UrbanCode
Continuous Delivery in the Enterprise - with IBM UrbanCodeIBM UrbanCode Products
 
Securing the Automation of Application Deployment with UrbanCode Deploy
Securing the Automation of Application Deployment with UrbanCode DeploySecuring the Automation of Application Deployment with UrbanCode Deploy
Securing the Automation of Application Deployment with UrbanCode DeployIBM UrbanCode Products
 
UrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsUrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsIBM UrbanCode Products
 
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapGet Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapIBM UrbanCode Products
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilIBM UrbanCode Products
 
DevOps and the Case for ROI to Executives
DevOps and the Case for ROI to ExecutivesDevOps and the Case for ROI to Executives
DevOps and the Case for ROI to ExecutivesIBM UrbanCode Products
 
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployContinuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployIBM UrbanCode Products
 
Creating a DevOps Team that Isn't Evil
Creating a DevOps Team that Isn't EvilCreating a DevOps Team that Isn't Evil
Creating a DevOps Team that Isn't EvilIBM UrbanCode Products
 
Using Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
Using Lean Thinking to Identify and Address Delivery Pipeline BottlenecksUsing Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
Using Lean Thinking to Identify and Address Delivery Pipeline BottlenecksIBM UrbanCode Products
 
A Continuous Delivery Safety Net for Databases
A Continuous Delivery Safety Net for DatabasesA Continuous Delivery Safety Net for Databases
A Continuous Delivery Safety Net for DatabasesIBM UrbanCode Products
 

More from IBM UrbanCode Products (20)

Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9
Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9
Using UrbanCode Deploy to Migrate to WebSphere Application Server Version 9
 
What's New with IBM UrbanCode Deploy
What's New with IBM UrbanCode DeployWhat's New with IBM UrbanCode Deploy
What's New with IBM UrbanCode Deploy
 
Using Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesUsing Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT Challenges
 
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps:  Standardizing Chaotic Culture at NBCUniversalEfficient DevOps:  Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
 
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
Integrations, UI Enhancements and Cloud – See What’s New with IBM UrbanCode D...
 
Shift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production FailureShift Happens - Rapidly Rolling Forward During Production Failure
Shift Happens - Rapidly Rolling Forward During Production Failure
 
The Future of DevOps and UrbanCode
The Future of DevOps and UrbanCodeThe Future of DevOps and UrbanCode
The Future of DevOps and UrbanCode
 
Death to Manual Deployments
Death to Manual DeploymentsDeath to Manual Deployments
Death to Manual Deployments
 
Leading the Transformation: Applying DevOps and Agile Principles at Scale
Leading the Transformation:  Applying DevOps and Agile Principles at ScaleLeading the Transformation:  Applying DevOps and Agile Principles at Scale
Leading the Transformation: Applying DevOps and Agile Principles at Scale
 
Continuous Delivery in the Enterprise - with IBM UrbanCode
Continuous Delivery in the Enterprise - with IBM UrbanCodeContinuous Delivery in the Enterprise - with IBM UrbanCode
Continuous Delivery in the Enterprise - with IBM UrbanCode
 
Securing the Automation of Application Deployment with UrbanCode Deploy
Securing the Automation of Application Deployment with UrbanCode DeploySecuring the Automation of Application Deployment with UrbanCode Deploy
Securing the Automation of Application Deployment with UrbanCode Deploy
 
A True Story of Why QA Loves DevOps
A True Story of Why QA Loves DevOpsA True Story of Why QA Loves DevOps
A True Story of Why QA Loves DevOps
 
UrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the DotsUrbanCode Deploy and Docker Containers Connect the Dots
UrbanCode Deploy and Docker Containers Connect the Dots
 
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption RoadmapGet Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
Get Mapped: Using Value Stream Mapping to Create a DevOps Adoption Roadmap
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't Evil
 
DevOps and the Case for ROI to Executives
DevOps and the Case for ROI to ExecutivesDevOps and the Case for ROI to Executives
DevOps and the Case for ROI to Executives
 
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode DeployContinuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
Continuous Delivery with Jenkins Enterprise and IBM UrbanCode Deploy
 
Creating a DevOps Team that Isn't Evil
Creating a DevOps Team that Isn't EvilCreating a DevOps Team that Isn't Evil
Creating a DevOps Team that Isn't Evil
 
Using Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
Using Lean Thinking to Identify and Address Delivery Pipeline BottlenecksUsing Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
Using Lean Thinking to Identify and Address Delivery Pipeline Bottlenecks
 
A Continuous Delivery Safety Net for Databases
A Continuous Delivery Safety Net for DatabasesA Continuous Delivery Safety Net for Databases
A Continuous Delivery Safety Net for Databases
 

Recently uploaded

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 

Recently uploaded (20)

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 

Continuous Delivery Maturity Model

  • 1. Continuous Delivery Maturity Model Eric Minick, Lead Consultant 1
  • 2. Eric Minick Lead Consultant • 8 Years at Urbancode • Commits on three generations of UC products • Experience as a Dev, Tester and build guy • Currently focused on best practices and industry trends 2
  • 3. The plan for today • Short Intro to Continuous Delivery • The Maturity Model – Building, Deploying, Testing, and Reporting • Applying the Model: Personas – El Emeno Investments: Balancing agility and control – All-Green United Systems: Large scale Scrum – Diversity Handhelds: Dozens of platforms • Additional Resources and Q&A 3
  • 4. The plan for today • Short Intro to Continuous Delivery • The Maturity Model • Appling the Model: Personas • Additional Resources and Q&A 4
  • 5. CI: it’s about Quality Determination • Integrating frequently is less painful than infrequently. – But, If we commit frequently blindly, we have a broken code base • Implied condition: each integration will not decrease the code quality. – This is the key to CI – The rest is implementation details. 5 http://www.urbancode.com/blogs/anthillpro- blog/2011/09/07/continuous_integration_why_you_dont_really_get_it.html
  • 6. Continuous Delivery: Beyond the Team Build • Continuation of the Quality Determination • Functional tests require deployment. • Progression through environments on a march to production, with “the build” subjected to more exhaustive tests in each environment. • Beyond the functional team, but also across projects Build & Deploy to Functional Deploy to Integration Deploy to Deploy to Unit Test DEV Tests SIT Tests UAT PROD 6
  • 7. Why a CD maturity model? • How mature are our Build, Deploy, Test practices? • Where can we get the most improvement based on our specific problems and needs? • How are other organizations solving these same problems? “The future is here. It’s just not evenly distributed yet.” – William Gibson 7
  • 8. Maturity Model: Parts and personas Building, Deploying, Testing, and Reporting – Base, Beginner, Intermediate, Advanced, Extreme • Industry Norm vs. Target – What do we see most people doing today? – A general target to shoot for (and how to pick a good target for your own team) 8
  • 9. Poll: Our CI or CD system handles: • Building our code (at least daily) • … and deploying after build • … and testing after deployment • … and reporting across building, deploying and testing • … and more! • We have no CI system 9
  • 14. Standard Target Based on this model, the standard target is: • Continuous builds on a distributed grid using dependency management • Builds automatically deployed to first test environment • Build runs extensive unit tests; extensive functional tests automatically executed in test environments • Test results and trends are widely visible and available • Information from the build system informs manual risk-based testing • Self-service deployments to other environments – Those deployments coordinated between tiers / services 14
  • 15. The plan for today • Short Intro to Continuous Delivery • The Maturity Model • Appling the Model: Personas • Additional Resources and Q&Aof platforms 15
  • 16. Apply the maturity model: Personas El Emeno Investments: Balancing agility & control All-Green United Systems: Large-scale Scrum Diversity Handhelds: Dozens of platforms 16
  • 17. Poll: Our main problem we hope CD can help with is: • Improving our delivery speed • Improving quality and compliance • Supporting multiple platforms or devices • Multiple of these • We have other problems • We have no problems 17
  • 18. El Emeno Investments Trading system for securities – Time to market is a key competitive advantage – Strict legal requirements & audits Problem: slow heavyweight process – Numerous sign-offs, handheld deployments, lengthy manual test cycle – Pressure to work overtime to compensate – Late mistakes in deployment – High turnover “How do we balance agility and control?” 18
  • 19. El Emeno Investments: Deploying Needed automated, traceable deployments – Secure push-button deployments – Deploy to production Benefits – Self-service deployments to test take pressure off release engineers – Using uniform automated deployments reduces errors & delays – Security and traceability make auditors happy Advanced level deployments 19
  • 20. El Emeno Investments: Building Needed Audit Proof Builds – Automatic, Controlled Build Process – Builds stored in an artifact repository (ITIL: Definitive Software Library) Benefits – Clear understanding of what is in each build lowers risk – Supports accurate deployments by guaranteeing no changes to tested artifacts – Faster approvals and audits with lower risk of failure Beginner level builds with some Intermediate practices 20
  • 21. El Emeno Investments: Testing Needed Rapid Regression Testing and Security – Automated unit tests of core functionality on all builds – Automated security scans of select builds Benefits – Less time on manual regression testing allows quicker detection of problems in new functionality – Security scans lower business risk, increasing compliance Beginner level testing with advanced security scans 21
  • 22. El Emeno Investments: Reporting Needed historic release information, consolidated reports – Audit log of who deployed what build where – Produce test, security scans, approval logs for releases Benefits – Consolidating reports yields faster, easier audit compliance – Easy review of a build’s history reduces deployment errors – Risk is more easily assessed Intermediate level reporting 22
  • 23. El Emeno Investments: Results “How do we balance agility and control?” – Time to market is a key competitive advantage – Problem: slow, heavyweight process “Our continuous delivery system provides us an end-to-end automation across our build lifecycle. We now have a faster cycle time, fewer manual errors and an easier time in audits.” 23
  • 24. All-Green United Systems Large global IT with business critical applications – Large scale scrum with cross-functional teams – Traditional integration QA & release engineering – Recent move to SOA Problem: releases are a bottleneck – Legacy “big bang” release process – Lack of synchronization across applications creates backlog – QA finding cross-team problems in integration testing – Apps fail in product, after appearing to work in QA “How do we realize the benefits of Scrum in a large organization?” 24
  • 25. All-Green United Systems: Building Needed unification of build systems across scrum teams – Consolidate from numerous build systems to one build grid – Dependency management between components – Scrum of Scrums yields Build of Builds Benefits – Build grid more efficiently uses hardware, lowering costs and improving response time – Build of Builds more quickly detects cross-team integration problems and improves component traceability – Single build system lowers learning curve when switching scrum teams Intermediate level building 25
  • 26. All-Green United Systems: Deployments Needed to speed the release process to keep pace – Automated release across teams and environments – Coordination of SOA releases – Deploy what was tested – New applications with extensive testing using continuous deployment to production Benefits – Unified deployment scripts avoid errors in production – Self-Service deployments remove burden from release engineers – Continuous deployment give some systems maximum throughput Advanced and Extreme level deployments 26
  • 27. All-Green United Systems: Testing Needs vary by scrum team and application – Investment in expanded automatic testing focused on mission critical, frequently changing, and new applications – Component interfaces gain automated regression tests Benefits – Fewer breakages in shared components improves developer productivity – Mission critical applications gain stability, lowering risk of costly defects Varying levels of testing 27
  • 28. All-Green United Systems: Reporting Needed better visibility between cooperating small teams – Consolidated build systems put all build information in one place – Include test and deployment reports in CD system – Trend report results Benefits – Reduced coordination overhead between scrum teams – Single report repository improves coordination between development and testing – Trending improves the scrum team’s understanding of how done they are Advanced level reporting 28
  • 29. All-Green United Systems: Results “How do we realize the benefits of Scrum in our organization?” – Large scale scrum with cross-functional teams – Problem: releases are a bottleneck “Our continuous delivery system allowed our small, globally distributed scrum teams to cooperate in large system builds automatically. By keeping the code integrated we eliminated late errors, improved coordination across teams, and eliminated our release bottleneck.” 29
  • 30. Diversity Handhelds Software platform for mobile devices – Partners work with device manufacturers – Each product ported across a wide range of platforms Problems: breaking existing ports & tracking build content – Porting to a new platform might break an inactive port; hard to track down cause later – Tracking deliverable contents manually is time consuming; hard for support to find information when needed “How can we reduce the cost of adding a new platform?” 30
  • 31. Diversity Handhelds: Building Needed regular builds of many build configurations – Diverse, multi-platform, multi-tool chain build farm – Regular, automatic builds for all configurations – Upload of build product into build artifact repository Benefits – Building all configurations at least daily saves developer time with quick detection of platform specific compile problems – Support has easy access to builds delivered to customers – Automated Bill of Materials tracking reduces manual effort and errors. Intermediate level building 31
  • 32. Diversity Handhelds: Testing Needs automated cross-platform testing – Extensive unit testing run regularly – Automated functional tests run in available, representative device simulators – Static analysis and security checks regularly run Benefits – Faster defect detection with shorter QA cycles leading to improved time to market – Lower risk of potentially expensive platform specific defects – Manual testing can find deep bugs rather than focus on smoke testing dozens of variants Advanced level testing 32
  • 33. Diversity Handhelds: Deployments Needed deployments to simulators to support testing – Scheduled deployments integrated to build management and testing Benefits – Advanced testing that provides rapid feedback from functional testing is dependant on basic deployments Intermediate level deployments 33
  • 34. Diversity Handhelds: Reporting Needed to understand stability and historical information – Gather build, various testing and release logs centrally – Align reports to individual builds – Maintain reports related to released builds through that version’s end of life Benefits – Provides data to support and engineering regarding what was tested on old releases customers have problems with – Lowers effort in understanding test results for wide array of platforms / configurations Advanced level reporting 34
  • 35. Diversity Handhelds: Result “How can we reduce the cost of adding a new platform?” – Partners work with device manufacturers – Problems: breaking existing ports & tracking build contents “Ourcontinuous delivery system handles our wide-range of platforms and prevents our ports from going stale. Our bill-of-materials is now generated automatically and our support people can access historical information any time.” 35
  • 36. Key Takeaways • Technology built for “extreme” uses can be used by the rest of us • Select a final goal and immediate first steps • Interact across functional groups to project teams to determine larger needs 36
  • 37. The plan for today • Short Intro to Continuous Delivery • The Maturity Model • Appling the Model: Personas • Additional Resources and Q & A 37
  • 39. More on CI, CD, and DevOps Webinars and more: http://urbancode.com/resources • Deployment Automation Basics • Lean Techniques for Build & Deploy Automation • Enterprise DevOps: Scaling Build, Deploy, Test, Release You should follow us: Urbancode.com/blogs/ Twitter.com/UrbanCodeSoft Facebook.com/UrbanCodeSoft Slideshare.net/UrbanCode 39
  • 40. Yes, UrbanCode is a CD vendor • uBuild(AnthillPro) – Continuous integration and simple CD • uDeploy – Deployment and release management • uCloud(soon) – Environment provisioning from your private cloud 40
  • 41. Questions? Request a copy of the slides or ask more questions eric@urbancode.com mbz@urbancode.com 41

Editor's Notes

  1. CI is based on the observation that the longer development streams diverge, the more painful the eventual integration will be. Taking the converse of the above statement, the more frequently developers integrate their changes, the more painless those integrations will be