Showing posts with the label MavenShow All

How to install/Configure Jenkins and Maven on CentOS 7 or RHEL 7

Install Jenkins Step1 : Before starting, Login to your Linux server and update it. Also install required utilities and JDK sudo yum update -y sudo yum install wget -y sudo yum install java-1.8.0-openjdk.x86_64 -y Step2 : To install Jenkins, First you…

Read more