Jenkins + git + maven 安装
Posted rubekid
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jenkins + git + maven 安装相关的知识,希望对你有一定的参考价值。
1、jenkins安装
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
sudo yum install jenkins
#修改配置
vi /etc/sysconfig/jenkins
#修改jenkins权限
chmod u+w /etc/sudoers
#插入
jenkins ALL=(ALL) NOPASSWD: ALL
chmod u-w /etc/sudoers
以上是关于Jenkins + git + maven 安装的主要内容,如果未能解决你的问题,请参考以下文章
Jenkins+git+maven+docker cicd部署 一
Linux(Centos7)安装 jenkins (jdk1.8+jenkins2.346),并配置jdk,maven,git,gitee