CentOS6.4 安装jenkins
jenkins官网安装文档https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions一、环境
系统 CentOS 6.4x64最小化安装
IP 192.168.3.38
二、安装
1
2
3
4
5
6
# wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
# rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
# yum install jenkins -y
# yum install java -y
# service jenkins start
Starting Jenkins
页:
[1]