Jenkins is an open source continuous integration and continuous delivery tool written in Java. It allows you to build and test your software projects continuously as changes are being made to the source code. It also allows you to continuously deliver your software by completely automating the deployment process.
We do not like software deployments. Nobody does. There are countless things that can go wrong and whatever can go wrong, will go wrong. For this reason, we are obsessed with automating as much of the deployment as we can. Jenkins is a great tool that allows us to automate the deployment lifecycle from start to finish.
The benefits for you as the customer are threefold:
Jenkins is a core part of our development process. We use it in every single project that we work on in order to deliver great quality software.