Install Jenkins on CentOS 7

Install Jenkins in few steps on CentOS 7. Java is a pre-requisite for your Jenkins installation. If you don’t have it, go ahead and install it. Note that Jenkins is incompatible with the GCJ version of Java. Best options are OpenJDK and the official one. Happiness! You should be able to access Jenkins GUI on … Read more

Continuous Integration with Git and Jenkins

Continuous Integration (CI) defines a software development process where the source code is pushed by developers to a central repository and verified by automated builds. Its main aim is to detect issues as early as possible and avoid integration hell. It is a fundamental practice in any software development team. In this article, we are … Read more

Verified by MonsterInsights