Jenkins – Intro and Installation
Jenkins is a Continuous Integration System, and can be made to work as a continuous delivery hub for projects. It is a java based program, ready to run out-of-the-box. that gives a GUI base dashboard to manage the…
Jenkins is a Continuous Integration System, and can be made to work as a continuous delivery hub for projects. It is a java based program, ready to run out-of-the-box. that gives a GUI base dashboard to manage the…
Maven is a Build Automation tool, or in a more accurate way, a Project Automation Tool This is a simple tutorial of how to buld a Java code using Maven. For this we will first…
Apache Maven is a software project management and comprehension tool. IT is commonly used to manage a project’s build, reporting and documentation from a central repository such as Git, CVS, etc. Installation of Maven is…