TamilTutEra - Ansible in Tamil | Ansible in தமிழ் (Tamil) | Ansible Tutorial for beginners in Tamil | Ansible Tutorial in Devops | ansible playbook • TamilTutEra - Ansible in Tamil | Ans…
TamilTutEra-Docker in Tamil | Docker for Beginners in Tamil | Docker | Docker DevOps Tutorial in Tamil | DevOps Tutorial in Tamil • TamilTutEra-Docker in Tamil | Docker …
TamilTutEra - Ansible Tower in Tamil | Ansible in தமிழ் (Tamil) | Ansible Tower Tutorial for beginners in Tamil | DevOps Tools in Tamil | Cloud • TamilTutEra - Ansible Tower in Tamil… #tamiltutera, #devops,#tamil_tech_tutorials,#tamil_devops,#devops_in_tamil, #docker_in_tamil,#ansible_in_tamil,#git_in_tamil, #vagrant_in_tamil,#jenkins_in_tamil, #automation_in_tamil,#tamil_tut_era,#it_automation_in_tamil, #automation,#infrastructure_automation,#install_jenkins_in_centos, #jenkins_installation_in_centos,#jenkins_installation_in_tamil
Content
0.16 -> Hi guys, welcome to Tamil Tutera
2 -> Today we are going to see Jenkins
5 -> So, all the videos will be about Jenkins
9 -> First, you will remember Jenkins as CI and CD
13 -> CI means Continuous Integration
15 -> CD means Continuous Delivery or Deployment
18 -> So, we are going to see Continuous Integration
25 -> So, let's see overview of Continuous Integration
28 -> So, first we are going to see what is Continuous Integration
32 -> Continuous Integration is a development practice
35 -> So, what developers do is
37 -> Daily, they develop code in their source code
42 -> So, for every code changes or new code models or issue bugs
49 -> So, what they do frequently is
52 -> They will be committing code in shared repository
55 -> So, for every commit changes or new code models or issue bugs
61 -> So, what they do is
64 -> Teams can detect every problem in your source code
71 -> So, teams can track and fix bugs easily
76 -> So, this is a practice of Continuous Integration code changes
81 -> So, you can continuously integrate code changes in your Git or
90.167 -> Bitpocket
91 -> So, next is
92 -> A project can be built and compiled easily
96 -> So, source code in a cloud
99 -> So, since it is permanent, there is no problem
105 -> So, the code will be built and compiled correctly
108 -> So, next is ensure that any changes pass all tests
111 -> So, you can easily ensure all tests, guidelines, code compliance
117.364 -> standards
118 -> Because teams follow each other, there will be issues and bugs
123 -> So, it is very useful to see that no one can re-edit the code
128.6 -> and no one can crash it
131 -> So, what are the benefits of Continuous Integration in server
135.546 -> development
136 -> So, you can easily catch an issue
138 -> Before it occurs, it is a big issue
142 -> So, it is a big benefit in server development
146 -> And then, everyone can see what is happening in code changes
150 -> Who fixes the code bug
152 -> Who commits the code
155 -> You can easily underline what is happening in server development
160 -> Continuous integration is very useful for building and automating
164 -> Continuous integration is very useful for continuous deployment
170 -> Continuous integration plays a big role in delivering the service
177.273 -> easily
178 -> Continuous integration tool is used in Jenkins
183 -> There are thousands of plugins for continuous integration