Jenkins+GitLab+Sonarqube+Shell持续集成CI/CD
1、部署GitLab
[ ~]# wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-12.0.3-ce.0.el7.x86_64.rpm
[ ~]# yum localinstall -y gitlab-ce-12.0.3-ce.0.el7.x86_64.rpm
[ ~]# vim /etc/gitlab/gitlab.rb #修改url
[ ~]# gitlab-ctl start
[ ~]# gitlab-ctl reconfigure
[ ~]# gitlab-ctl status
2、部署Jenkins
3、Sonar代码审计
4、参数化构建
5、git参数化构建
相关推荐
无风的雨 2020-07-08
贤时间 2020-07-06
LiHansiyuan 2020-06-14
cxin 2020-11-06
synshitou 2020-10-21
Topbeyond 2020-08-21
happyfreeangel 2020-07-27
白开水 2020-07-19
wishli 2020-06-28
小信 2020-06-21
leehbhs 2020-06-20
happyfreeangel 2020-06-18
83284950 2020-06-17
冯冯领队 2020-06-16
就是那个胖子 2020-06-14
83284950 2020-06-14
fcds00 2020-06-11
就是那个胖子 2020-06-11