JenKins: Way to DevOps
Before going directly to Jenkins, let us try to understand what is DevOps....... As per my understanding DevOps is nothing but an day to day pratice which is used to address the gap between Developers and Operations i.e. DevOps makes Developers and Operations to work in tightly coupled development as well as production envrioment . DevOps= Developer + Operational DevOps= Development Environment + Production Environment Thus, from the above disucssion, it is very much clear that DevOps practice leads to Continuous Integration + Delivery + Deployment. But do you think, the above definition is sufficient to understand the DevOps......i think NO , DevOps is not only limited to Continuous Integration, Continuous Delivery, Continuous Deployment, extening to this DevOps in depth, it includes various phases which includes, PLAN -- CODE -- BUILD -- TE...