CentOS7 安装 Jenkins

下载JDK

yum install -y java-1.8.0-openjdk

安装Jenkins

wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo

rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key

下载最新版Jenkins

yum install -y jenkins --nogpgcheck

启动Jenkins

service jenkins start

你可能感兴趣的:(CentOS7 安装 Jenkins)