centos 7安装jenkins

1. 安装java

yum install java

 

2. 安装jenkins

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

 

posted on 2016-07-26 18:31  SYSTEM ADMINISTRATION  阅读(150)  评论(0编辑  收藏  举报

导航