centos下安装jenkins

Posted jwentest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos下安装jenkins相关的知识,希望对你有一定的参考价值。

To use this repository, run the following command:

sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key


If you‘ve previously imported the key from Jenkins, the "rpm --import" will fail because you already have a key. Please ignore that and move on.

With that set up, the Jenkins package can be installed with:

yum install jenkins

以上是关于centos下安装jenkins的主要内容,如果未能解决你的问题,请参考以下文章

CentOS下如何安装Jenkins

centos下搭建Jenkins持续集成环境(安装jenkins)

centos下安装jenkins

centos下安装jenkins

Linux(centos6.5)下安装jenkins

centos7下jenkins安装与配置