Tuesday, August 13, 2019

CICD--what is devops

From guru99
Devops->Fast delivery


  • What is DevOps?

collaborations between development (developer+tester)and operations team
increases an organization's speed to deliver applications and services.



  • Why DevOps

DevOps allows Agile Development Teams to implement Continuous Integration and Continuous Delivery.
H












  • How DevOps


Above diagram shows the DevOps lifecycle

Continuous and Automation
DevOps Maturity: deploying all the way into production without any human intervention

Continuous integration :the first step down the path toward DevOps maturity.
Continuous Delivery
Continuous Deployment


  • Continuous Integration
Every Commit automatically triggers a new build. Then the build will be automatically deployed to testing server for testing. Developers will get frequent feedback. And then continuous release

Automation Testing


CI Tools: Jenkins, Atlassian Bamboo

Jenkins is open source, robust , widely used. It support lots of plug-ins.












No comments:

Post a Comment

API interview questions

  https://www.katalon.com/resources-center/blog/web-api-testing-interview-questions/ Top 50+ Web API Testing Interview Questions [Ultimate l...