CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to install jenkins on centos 7

Jenkins is an open source Continuous Integration tool written in Java. It is used to build and test your software projects continuously making it easier for developers to find and solve defects in a code base rapidly and to automate testing of their builds.

Here i am accessing the server with root privileged. First of all we need to install java since jenkins is a java application. To install java execute the following command.

#yum install java-1.8.0-openjdk-devel

We have to enable the jenkin repository by importing the gpg key using curl.

#curl --silent --location http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo |tee /etc/yum.repos.d/jenkins.repo

Now add the repository to our system and run update so yum will use new repository.

#rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key

# yum update

We can install jenkins by using the following command

#yum install jenkins.

After the installation we can start the jenkins using the below command,

#systemctl start jenkins

In order to verify the service has been started,run the command

#systemctl status jenkins

The above command displays an output like this :

 systemctl status jenkins
● jenkins.service - LSB: Jenkins Automation Server
   Loaded: loaded (/etc/rc.d/init.d/jenkins; bad; vendor preset: disabled)
   Active: active (running) since Mon 2019-03-18 07:36:36 UTC; 6s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 23980 ExecStart=/etc/rc.d/init.d/jenkins start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/jenkins.service
           └─24007 /etc/alternatives/java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/var/lib/jenkins -jar /usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/j...

Now the jenkins is up,we need to configure the firewall inorder to reach jenkins from a web browser.

Jenkins runs on port 8080 by default,so we have to open that port in firewall.

Steps to open the port via command line.

Open the configuration file of csf using vim.

#Vi /etc/csf/csf.conf

Once you are in the configuration file, find “TCP_IN=”, it will be under “# Allow incoming TCP ports”.

TCP_IN=

Within the quotation marks, put the port number 8080.

Close the file and save all changes and now restart the firewall using the command.

#csf -r

Now we’ll visit the jenkins on default port using server domain name or ip address in the web browser.

https://ip or domain:8080

It loads a screen similar to the given image which asks you to provide administrator password. You can obtain the password from the command line as

#cat /var/lib/jenkins/secrets/initialAdminPassword

copy the password from the terminal and paste it into the Administrator password. By clicking continue, a next screen loads and presents the option to “install suggested plugins or select plugins to install”. We’ll go for the “Install suggested plugins” option, which will immediately begin the installation process.

After the installation,a new screen will be prompted to create first admin user.

Once the first admin user is in place,we can see a “Jenkins is ready!” confirmation screen.

 

 

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top