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

Katalon Studio - Successful Test Automation for both Testers and Developers
Katalon Studio - Successful Test Automation for both Testers and DevelopersKatalon Studio - Successful Test Automation for both Testers and Developers
Katalon Studio - Successful Test Automation for both Testers and DevelopersKatalon Studio
 
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...Tori Wieldt
 
DevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best PracticesDevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best PracticesShiva Narayanaswamy
 
Selenium with Cucumber
Selenium  with Cucumber Selenium  with Cucumber
Selenium with Cucumber Knoldus Inc.
 
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018Katalon: Mobile and Browser-Based Automation | Quality Jam 2018
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018Katalon Studio
 
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
 
Flusso Continuous Integration & Continuous Delivery
Flusso Continuous Integration & Continuous DeliveryFlusso Continuous Integration & Continuous Delivery
Flusso Continuous Integration & Continuous DeliveryJoost van der Griendt
 
Agile Testing Introduction
Agile Testing IntroductionAgile Testing Introduction
Agile Testing IntroductionHai Tran Son
 
Xray for Jira - Overview
Xray for Jira - OverviewXray for Jira - Overview
Xray for Jira - OverviewXpand IT
 
Automation test framework with cucumber – BDD
Automation test framework with cucumber – BDDAutomation test framework with cucumber – BDD
Automation test framework with cucumber – BDD123abcda
 
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...Amazon Web Services
 
Site Reliability Engineering (SRE) - Tech Talk by Keet Sugathadasa
Site Reliability Engineering (SRE) - Tech Talk by Keet SugathadasaSite Reliability Engineering (SRE) - Tech Talk by Keet Sugathadasa
Site Reliability Engineering (SRE) - Tech Talk by Keet SugathadasaKeet Sugathadasa
 
Katalon Studio - Best automation solution for software testing team
Katalon Studio - Best automation solution for software testing teamKatalon Studio - Best automation solution for software testing team
Katalon Studio - Best automation solution for software testing teamKatalon Studio
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITVishnu Raju Datla
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD OverviewAn Nguyen
 

What's hot (20)

Katalon Studio - Successful Test Automation for both Testers and Developers
Katalon Studio - Successful Test Automation for both Testers and DevelopersKatalon Studio - Successful Test Automation for both Testers and Developers
Katalon Studio - Successful Test Automation for both Testers and Developers
 
Automated Test Framework with Cucumber
Automated Test Framework with CucumberAutomated Test Framework with Cucumber
Automated Test Framework with Cucumber
 
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...
SRE-iously! Defining the Principles, Habits, and Practices of Site Reliabilit...
 
DevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best PracticesDevOps, Common use cases, Architectures, Best Practices
DevOps, Common use cases, Architectures, Best Practices
 
Selenium with Cucumber
Selenium  with Cucumber Selenium  with Cucumber
Selenium with Cucumber
 
BDD with Cucumber
BDD with CucumberBDD with Cucumber
BDD with Cucumber
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018Katalon: Mobile and Browser-Based Automation | Quality Jam 2018
Katalon: Mobile and Browser-Based Automation | Quality Jam 2018
 
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...
 
Test Automation Framework with BDD and Cucumber
Test Automation Framework with BDD and CucumberTest Automation Framework with BDD and Cucumber
Test Automation Framework with BDD and Cucumber
 
Performance testing
Performance testingPerformance testing
Performance testing
 
Flusso Continuous Integration & Continuous Delivery
Flusso Continuous Integration & Continuous DeliveryFlusso Continuous Integration & Continuous Delivery
Flusso Continuous Integration & Continuous Delivery
 
Agile Testing Introduction
Agile Testing IntroductionAgile Testing Introduction
Agile Testing Introduction
 
Xray for Jira - Overview
Xray for Jira - OverviewXray for Jira - Overview
Xray for Jira - Overview
 
Automation test framework with cucumber – BDD
Automation test framework with cucumber – BDDAutomation test framework with cucumber – BDD
Automation test framework with cucumber – BDD
 
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...
Four Strategies to Create a DevOps Culture & System that Favors Innovation & ...
 
Site Reliability Engineering (SRE) - Tech Talk by Keet Sugathadasa
Site Reliability Engineering (SRE) - Tech Talk by Keet SugathadasaSite Reliability Engineering (SRE) - Tech Talk by Keet Sugathadasa
Site Reliability Engineering (SRE) - Tech Talk by Keet Sugathadasa
 
Katalon Studio - Best automation solution for software testing team
Katalon Studio - Best automation solution for software testing teamKatalon Studio - Best automation solution for software testing team
Katalon Studio - Best automation solution for software testing team
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABIT
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD Overview
 

Viewers also liked

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
 
GWAVACon - Migration into Office 365 Cloud
GWAVACon - Migration into Office 365 CloudGWAVACon - Migration into Office 365 Cloud
GWAVACon - Migration into Office 365 CloudGWAVA
 

Viewers also liked (20)

Continuous Delivery Maturity Model
Continuous Delivery Maturity ModelContinuous Delivery Maturity Model
Continuous Delivery Maturity Model
 
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...
 
GWAVACon - Migration into Office 365 Cloud
GWAVACon - Migration into Office 365 CloudGWAVACon - Migration into Office 365 Cloud
GWAVACon - Migration into Office 365 Cloud
 

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
 
Software development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsSoftware development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsAOmaAli
 
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
 

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
 
Software development life cycle (SDLC) Models
Software development life cycle (SDLC) ModelsSoftware development life cycle (SDLC) Models
Software development life cycle (SDLC) Models
 
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
 

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

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 

Recently uploaded (20)

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 

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