1、部署GitLab
[[email protected] ~]# wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-12.0.3-ce.0.el7.x86_64.rpm
[[email protected] ~]# yum localinstall -y gitlab-ce-12.0.3-ce.0.el7.x86_64.rpm
[[email protected] ~]# vim /etc/gitlab/gitlab.rb #修改url
[[email protected] ~]# gitlab-ctl start
[[email protected] ~]# gitlab-ctl reconfigure
[[email protected] ~]# gitlab-ctl status
2、部署Jenkins
3、Sonar代码审计
4、参数化构建
5、git参数化构建
原文地址:https://www.cnblogs.com/tichy/p/12080299.html
时间: 2024-10-08 11:27:10