Category: Jenkins

Posted on: July 22, 2021 Posted by: rahulgite Comments: 12

What is DevOps ?

DevOps is coined by combining the terms Development & Operations. Theory – Instead of back and forth communication between Dev teams and Operations teams, We can have Dev and Ops people together Myth – Hiring people with skill-set & tools automating things does make DevOps. It doesn’t! Actually, DevOps is a culture, we should educate the team to follow the culture.

Loading

Posted on: July 22, 2021 Posted by: rahulgite Comments: 4

Jenkins

What is Jenkins? DevOps practices Recently CI/CD became a popular application. When developers integrated code fixes, and enhance new features in their source code repository, there is a need for automating integration processes. Jenkins is a popular CI tool, that enables you to verify the integration process with automated build, and automated test execution, as a result of this automation Jenkins provides valuable and quick feedback on the state & quality of the source. Jenkins is an open source and automation tool, written in Java with plugins build for CI purposes. Jenkins can be configured…

Loading