摘要:
1、jenkins服务器安装maven并配置仓库 maven官网下载地址:https://maven.apache.org/download.cgi wget https://dlcdn.apache.org/maven/maven-3/3.8.2/binaries/apache-maven-3.8 阅读全文
摘要:
安装Git插件和git工具:为了jenkins支持gitlab拉取源码,需要安装git插件以及在chentos上安装git工具(centos上 yum -y install git) 方法一:用户密码方式 1、添加git用户密码 2、使用git下载代码,需要配置项目地址和用户密码 3、直接构建项目就 阅读全文
摘要:
环境:centos7.6 官网:https://www.jenkins.io/download/ 1、安装: sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo su 阅读全文