自动化集成工具-jenkins简单安装
一、jenkins 安装需要使用jdk_1.8及以上的版本,不然可能会安装失败。java 默认使用的最新的版本jdk集成。 [root@localhost ~]# yum install -y java 二、安装需要的jenkins 的repo源,自带的yum可能没有。 [root@localhost ~]# wget -O /etc/yum.repos.d/jenkins.repo http://jenkins-ci.org/redhat/jenkins.repo 要以不安全的方式连接至 jenkins.io,使用“--no-check-certificate”。 报错,根据提示添加即可 [root@localhost ~]# wget -O /etc/yum.repos.d/jenkins.repo http://jenkins-ci.org/redhat/jenkins.repo --no-check-certificate 安装jenkins-ci.org.key [root@localhost ~]# rpm --import http://pkg.jenkins-ci.or...