mengjianzhou

1. 下载jenkins

https://pkg.jenkins.io/redhat-stable/

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
yum install jenkins

查找下载的jenkins
find / -name jenkins.war
安装说明文档
https://jenkins.io/doc/book/installing/

查看内存剩余大小
free -m

 2. 直接下载jenkins.war

https://jenkins.io/doc/pipeline/tour/getting-started

Download Jenkins.

Open up a terminal in the download directory.

Run java -jar jenkins.war --httpPort=8080.

Browse to http://localhost:8080.

3.  需要配置maven

也可以在构建中配置

 4, 需要生成git ssh证书

参考https://blog.csdn.net/lsyz0021/article/details/52064829

分类:

技术点:

相关文章:

  • 2022-01-03
  • 2021-11-01
  • 2021-07-02
  • 2021-05-04
  • 2022-01-15
猜你喜欢
  • 2021-06-22
  • 2021-11-02
  • 2019-05-28
  • 2022-12-23
  • 2021-06-26
  • 2021-12-20
  • 2021-07-12
相关资源
相似解决方案