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 […]
Apache Maven is a free and open source project management tool used for Java projects. You can easily manage a project’s build, reporting, and documentation using Apache Maven. In this post you will learn how to install and configure Apache maven on ubuntu 16.04/18.04 or any ubuntu./Debian based latest releases. There are two ways to […]