star870126 发表于 2019-2-15 13:48:59

centos7安装jenkins


[*]配置yum源:
wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.repo
[*]导入rpm密钥:
rpm--importhttps://jenkins-ci.org/redhat/jenkins-ci.org.key
[*]安装:
yum-yinstalljenkinsjava
[*]启动服务:
systemctlstartjenkins
[*]访问网址:
xx.xx.xx.xx:8080
根据提示进行安装
[*]截图:
http://i2.运维网.com/images/blog/201812/14/88709492712a03c9b620a2250b517e70.png
http://i2.运维网.com/images/blog/201812/14/9e59f226ddb759e2d82edae0550a6aa6.png



页: [1]
查看完整版本: centos7安装jenkins