# 访问清华镜像库获取最新包 
# https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable
wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable/jenkins-2.303.3-1.1.noarch.rpm --no-check-certificate



# 安装 Java
yum -y install java-11-openjdk-devel

# 使用 yum 安装,一路绿灯过即可
yum -y install jenkins-2.303.3-1.1.noarch.rpm


# Jenkins安装报错时,Require daemonize
yum install  epel-release
yum install daemonize

# 修改端口
vim /etc/sysconfig/jenkins

# 运行
systemctl start jenkins.service

相关文章:

  • 2021-05-04
  • 2021-06-27
  • 2021-11-19
猜你喜欢
  • 2021-11-06
  • 2021-10-20
  • 2021-06-28
  • 2021-09-06
  • 2021-04-08
相关资源
相似解决方案