Configure Jenkins Notes

Source: Internet
Author: User
Install Jenkins Installing JDK
Yum-y Install java-1.8.0-openjdk*
java-version

Configure Java_home

JAVA_HOME=/USR/LIB/JVM/JAVA-1.8.0-OPENJDK
path= $JAVA _home/bin: $PATH
classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar
export java_home
export PATH
export CLASSPATH

Save the appeal configuration to/etc/profile, and then source/etc/profile it into effect. Install Jenkins

# Add Jenkins software source
wget-o/etc/yum.repos.d/jenkins.repo Http://pkg.jenkins-ci.org/redhat/jenkins.repo
rpm-- Import Http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
# Install Jenkins
Yum install Jenkins
# Configure boot
chkconfig Jenkins on
# start Jenkins
Service Jenkins start

This is where the Jenkins ver.2.100 version is installed, and then the ip:8080 is opened in the browser, which is initialized with the prompts. Install maven

Yum Install Mvn-y
Install git
Yum Install Git-y
Install ansible
Yum Update
yum install python-pip
pip install ansible
Reference Articles

How-to-install-and-configure-jenkins-on-centos-6-4

Step by step using Jenkins,ansible,supervisor to build a Web build publishing system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.