yum 安装 jenkins
Posted 答案
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum 安装 jenkins相关的知识,希望对你有一定的参考价值。
环境:已安装 tomcat
下载地址
https://pkg.jenkins.io/redhat/jenkins-2.77-1.1.noarch.rpm
安装(如果yum下载速度比较忙可以下载下来再安装)
yum -y install https://pkg.jenkins.io/redhat/jenkins-2.77-1.1.noarch.rpm
解压
rpm -ivh jenkins-2.77-1.1.noarch.rpm
加入开机自启动
systemctl enable jenkins
启动jenkins
systemctl start jenkins
查看启动状态
systemctl status jenkins
查看进程
ps -ef | grep jenkins
查看端口
yum -y install net-tools
netstat -lntup
以上是关于yum 安装 jenkins的主要内容,如果未能解决你的问题,请参考以下文章