Introduction Jenkins is an opensource automation server written in Java. It helps to automate part of the software development process. You can use Jenkins as a simple CI (Continuous Integration) server or configure this for the CD (Continuous Delivery) hub for any number of projects. In this article, we will learn how to install Jenkins on […]
Introduction Docker is an open-source containerization tool that allows you to easily build, test, and deploy applications. Docker helps to package an application with all parts (code, logs, libraries, configuration settings, and other dependencies) and allows them to run as isolated containers. Containers are lighter weight, portable.self-sufficient, and easier to manage. Docker software is maintained […]