24cun_cn 发表于 2018-9-4 10:46:32

CentOS6.4 安装jenkins-ly36843运维

# 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]
查看完整版本: CentOS6.4 安装jenkins-ly36843运维