March 11, 2018

jenkins

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…



maven

Install Apache Maven on CentOS

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…