SlideShare a Scribd company logo
Android Devops : Master CI/CD
Mahmoud Ramadan
Continuous Integration
Continuous integration involves merging our changes to the main branch as often as possible.
Continuous Delivery
Continuous Delivery is a software development discipline where software is created in such a way that it
can be launched into production at any time.
Continuous Deployment
There is no human intervention, and only a failed test will prevent a new change in production from being
implemented.
Why CI/CD
CI/CD is important for 3 reasons
● Personal Perspective lazy
● Developer Perspective
constantly tested -fail fast - automated build -easier release
● Business Perspective money - time
Pipelines
A pipeline is a group of tasks (jobs) that are executed in stages.
If all the tasks pass correctly, they will go to the next stages if they are configured as automatic, they can
also create manual stages that depend on the execution of a person.
The stages are defined by the developers and these can be different according to the work team.
Some tools that allow us to create Pipelines for Continuous Integration (CI)
Top 9
1. Jenkins
2. TeamCity
3. Travis CI (GitHub)
4. Go CD
5. Bamboo (Atlassian)
6. GitLab CI
7. CircleCI
8. Codeship
9. Codefresh
How do I upload an application to the Play Store?
Better so
git push origin master
Rama master
Udemy Discount
https://www.udemy.com/android-devops-master-continuous-integration-and-deliv
ery/?couponCode=OVER_12

More Related Content

PDF
Fingerprint Recognition Technique(PDF)
PDF
Trendikatsaus: oppiminen ja opettaminen digitaalisissa ympäristöissä
PPTX
The Business Analytics Value Proposition
PPTX
Continous integration and continious deployment.pptx
PDF
Continuous delivery for Android
PDF
CI/CD (DevOps) 101
PPTX
CI, CD -Tools to integrate without manual intervention
PPTX
Automation CICD
Fingerprint Recognition Technique(PDF)
Trendikatsaus: oppiminen ja opettaminen digitaalisissa ympäristöissä
The Business Analytics Value Proposition
Continous integration and continious deployment.pptx
Continuous delivery for Android
CI/CD (DevOps) 101
CI, CD -Tools to integrate without manual intervention
Automation CICD

Similar to Android Devops : Master Continuous Integration and Delivery (20)

PPTX
Continuous Delivery for Open Source Java projects
PPTX
Industrialization of Android Development (Concept)
PPTX
CI / CD pipeline presentation of SE.pptx
PPTX
Flusso Continuous Integration & Continuous Delivery
PDF
How to win at DevOps (and understand it along the way)
PDF
Continuous Everything
PPTX
What is Continuous Integration and Continuous Delivery
PPTX
STRIVING FOR CONTINUOUS INTEGRATION AND DEPLOYMENT
PDF
GitOps , done Right
PDF
Constinuous Integration
PDF
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
PDF
Introduction to continuous delivery
PDF
Automate your build on Android with Jenkins
PPTX
DevOps: Age Of CI/CD
PDF
Merge hells!! Feature toggles to the rescue - DevOpsDays Madison
PDF
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
PPTX
Robert Risch - Integration with CICD Pipelines
PPTX
Continuous Integration for Beginners
PDF
Continuous Everything
Continuous Delivery for Open Source Java projects
Industrialization of Android Development (Concept)
CI / CD pipeline presentation of SE.pptx
Flusso Continuous Integration & Continuous Delivery
How to win at DevOps (and understand it along the way)
Continuous Everything
What is Continuous Integration and Continuous Delivery
STRIVING FOR CONTINUOUS INTEGRATION AND DEPLOYMENT
GitOps , done Right
Constinuous Integration
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
Introduction to continuous delivery
Automate your build on Android with Jenkins
DevOps: Age Of CI/CD
Merge hells!! Feature toggles to the rescue - DevOpsDays Madison
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
Robert Risch - Integration with CICD Pipelines
Continuous Integration for Beginners
Continuous Everything
Ad

Recently uploaded (20)

PPT
introduction to datamining and warehousing
PPTX
Construction Project Organization Group 2.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Safety Seminar civil to be ensured for safe working.
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
introduction to datamining and warehousing
Construction Project Organization Group 2.pptx
Digital Logic Computer Design lecture notes
CH1 Production IntroductoryConcepts.pptx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Model Code of Practice - Construction Work - 21102022 .pdf
CYBER-CRIMES AND SECURITY A guide to understanding
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Mechanical Engineering MATERIALS Selection
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
R24 SURVEYING LAB MANUAL for civil enggi
Safety Seminar civil to be ensured for safe working.
Lecture Notes Electrical Wiring System Components
Operating System & Kernel Study Guide-1 - converted.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Foundation to blockchain - A guide to Blockchain Tech
Internet of Things (IOT) - A guide to understanding
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Ad

Android Devops : Master Continuous Integration and Delivery