You are on page 1of 14

Week 1: Introduction to DevOps

Unit 4: Continuous Integration and Continuous


Delivery (CI/CD)
Continuous Integration and Continuous Delivery (CI/CD)
Terminology

▪ One main code line where developers push their changes to, at least once per day
▪ Automated test system (CI server) that automatically qualifies every change
▪ Team’s goal is to keep main code line buildable and testable

Continuous Deployment

Continuous Delivery

Continuous Integration

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 2


Continuous Integration and Continuous Delivery (CI/CD)
Terminology

▪ Everything that continuous integration demands


+ Software is always ready to be deployed to production system
+ Deployment to production system is manual decision
+ Get feedback fast from production system back into backlog of team

Continuous Deployment

Continuous Delivery

Continuous Integration

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 3


Continuous Integration and Continuous Delivery (CI/CD)
Terminology

▪ Everything that continuous delivery demands


+ Deployment to production system is automated

Continuous Deployment

Continuous Delivery

Continuous Integration

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 4


Continuous Integration and Continuous Delivery (CI/CD)
Why continuous delivery?

More than half of IT projects still failing


“...55% of the 126 IT professionals surveyed […]
reported they had a project fail…”
https://www.cio.com/article/3068502/more-than-half-of-it-projects-still-failing.html

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 5


Continuous Integration and Continuous Delivery (CI/CD)
Why continuous delivery?

More than half of IT projects still failing


“...55% of the 126 IT professionals surveyed […]
reported they had a project fail…”
https://www.cio.com/article/3068502/more-than-half-of-it-projects-still-failing.html

Why IT projects continue to fail at an alarming rate


“…only 29% of IT project implementations are successful, and
19 percent are considered utter failures.”
https://www.information-age.com/projects-continue-fail-alarming-rate-123470803/

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 6


Continuous Integration and Continuous Delivery (CI/CD)
Why continuous delivery?

More than half of IT projects still failing


“...55% of the 126 IT professionals surveyed […]
reported they had a project fail…”
https://www.cio.com/article/3068502/more-than-half-of-it-projects-still-failing.html

Why IT projects continue to fail at an alarming rate


“…only 29% of IT project implementations are successful, and
19 percent are considered utter failures.”
https://www.information-age.com/projects-continue-fail-alarming-rate-123470803/

Delivering large-scale IT projects on time, on budget, and on value


“However, 17 percent of IT projects go so bad that they can threaten the very existence
of the company.”
https://www.mckinsey.com/business-functions/mckinsey-digital/our-insights/delivering-large-scale-it-projects-on-time-on-budget-and-on-value#

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 7


Continuous Integration and Continuous Delivery (CI/CD)
The benefits of continuously delivering software changes

BIG CHANGES, SMALL CHANGES,


DEPLOYED RARELY DEPLOYED
FREQUENTLY
iterations=2

CHANGE
CHANGE

iterations=12
HIGH
RISK

LOW
$ LOST RISK
FAST
ROI

TIME TIME
© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 8
Continuous Integration and Continuous Delivery (CI/CD)
The deployment pipeline

Plan Code Build Integrate Test Release Deploy Operate Feedback


loop

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 9


Continuous Integration and Continuous Delivery (CI/CD)
The goal of continuous delivery

Build quality in Faster deployment Faster feedback Better software Happier customer

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 10


Continuous Integration and Continuous Delivery (CI/CD)
What you’ve learned in this unit

▪ The differentiation between continuous integration,


continuous delivery, and continuous deployment
▪ What a deployment pipeline is
▪ The goal of continuous delivery

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 11


Continuous Integration and Continuous Delivery (CI/CD)
i Additional Material
Further reading

▪ Continuous Delivery – Blog by Martin Fowler


▪ The rationale for Continuous Delivery with Dave Farley
▪ Project “Piper”

© 2021 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC 12


Thank you.
Contact information:

open@sap.com
Follow all of SAP

www.sap.com/contactsap

© 2021 SAP SE or an SAP affiliate company. All rights reserved.


No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of
SAP SE or an SAP affiliate company.
The information contained herein may be changed without prior notice. Some software products marketed by SAP SE and its
distributors contain proprietary software components of other software vendors. National product specifications may vary.
These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or
warranty of any kind, and SAP or its affiliated companies shall not be liable for errors or omissions with respect to the materials.
The only warranties for SAP or SAP affiliate company products and services are those that are set forth in the express warranty
statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional
warranty.
In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or
any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation,
and SAP SE’s or its affiliated companies’ strategy and possible future developments, products, and/or platforms, directions, and
functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason
without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or
functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ
materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, and they
should not be relied upon in making purchasing decisions.
SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered
trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. All other product and service names
mentioned are the trademarks of their respective companies.
See www.sap.com/trademark for additional trademark information and notices.

You might also like