1. CI/CD in Devops

Опубликовано: 29 Март 2020
на канале: AEM and Devops Tutorial
3,392
43

CI/CD in Devops: CI stands for continuous integration and CD stands for continuous delivery or continuous deployment.

Continuous Integration is a Software development practice where members of a team integrate, build and test their code frequently in a development environment.
It involves 3 steps.
1. Developer works on a shared codebase and uses version control system and commits frequently per day.
2. A commit triggers a automated build and test process.
3. If something fails, it is fixed quikly by whoever broke the build or test suite.
At every commit you are integrating things.

CI workflow : The process starts from a commit into version control system. This change initiates a CI process and triggers CI server like Jenkins.
CI server starts a build, runs the test suite and reports back to the developer via notification like email or hipchat.
CI benefits: Code quality, Integration and Automation.

Continuous delivery is a software development practice where a team builds software in such a way that it can be released to production at any time.

Continuous deployment means that every change automatically gets pushed to production, resulting in frequent deployments every day.

CI tools : Jenkins, bamboo, teamcity, buddy etc. Most common tool used in industry in Jenkins.

share, support, like and subscribe
Subscribe : https://www.youtube.com/channel/UC5Lc...
LinkedIn :   / pankaj-ch.  .
Facebook :   / pankajchhatri  
Twitter :   / pankajchhatri  
Google plus : https://plus.google.com/u/0/+pankajch...

About : AEM/CQ5 and Devops tutorial is a youtube channel which helps you to learn AEM and devops concepts theoretically as well as practically.


Смотрите видео 1. CI/CD in Devops онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь AEM and Devops Tutorial 29 Март 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,392 раз и оно понравилось 43 людям.