【DevOps】GitLab + Jenkins + SonarQube 的安装配置

Gitlab代码管理平台搭建

https://blog.csdn.net/qq_27682773/article/details/104940836


Index of /gitlab-ce/yum/el7/

https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/



sonarqube代码质量检测平台搭建

https://blog.csdn.net/qq_27682773/article/details/104940879


SonarQube中文插件安装

https://blog.csdn.net/xinluke/article/details/52174026

https://www.cnblogs.com/you-men/p/13138749.html


SonarQube 6.7 稳定版安装详解

https://blog.csdn.net/qq_37960324/article/details/112239946


# mysql -u root -p"MySQL@123"

> CREATE DATABASE sonar CHARACTER SET utf8 COLLATE utf8_general_ci; 

> GRANT ALL ON sonar.* TO 'sonar'@'localhost' IDENTIFIED BY 'Sona@123';

>mysql> FLUSH PRIVILEGES;

注:这样的授权方式,MySQL和SonaQube安装在同一台服务器上



Linux中搭建jenkins

https://blog.csdn.net/qq_27682773/article/details/100560758

https://www.jenkins.io/doc/book/installing/linux/


Jenkins高级用法

https://www.e-learn.cn/topic/4109713



Java SE 8 Archive Downloads (JDK 8u211 and later)

https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html


gitlab+jenkins使用构建打包

https://me.jinchuang.org/archives/111.html


GitLab的安装及使用教程

https://www.cnblogs.com/niuben/p/10867877.html


gitlab邮箱服务配置

https://www.cnblogs.com/justuntil/p/10352750.html

https://www.cnblogs.com/aflyun/p/7045918.html

什么是邮件授权码,它又是如何设置?

https://service.mail.qq.com/cgi-bin/help?subtype=1&&no=1001256&&id=28


Gitlab快速部署及日常维护(社区版RPM包方式安装)

https://www.cnblogs.com/kevingrace/p/5985918.html

https://www.cnblogs.com/kevingrace/p/7821529.html


jenkins以.war包安装配置教程

https://www.cnblogs.com/schblog/p/11986249.html

https://www.jenkins.io/zh/download/


Initial Settings

https://www.jenkins.io/doc/book/installing/initial-settings/#configuring-http


(进阶)配置Jenkins通过HTTPS访问

http://ddrv.cn/a/265751

Running Jenkins with native SSL / HTTPS

https://wiki.jenkins.io/pages/viewpage.action?pageId=135468777

https://stackoverflow.com/questions/40126736/enable-https-in-jenkins


Gitlab SSL Configuration

https://docs.gitlab.com/omnibus/settings/ssl.html


SonarQube 代码检查搭建&使用

http://www.195440.com/1098

How to run sonar analysis when Sonar server is configured over HTTPS

https://stackoverflow.com/questions/46811989/how-to-run-sonar-analysis-when-sonar-server-is-configured-over-https

jenkins双向备份,高可用部署

https://www.cnblogs.com/shengulong/p/6764452.html

Jenkins开源版系统高可用架构设计

https://www.opcito.com/blogs/how-to-configure-jenkins-with-high-availability

https://vlambda.com/wz_x9ZjzKSjlc.html


搭建jenkins集群

https://www.cnblogs.com/shenh/p/9505811.html

https://cloud.tencent.com/developer/article/1537489


Jenkins分布式集群设计方案

https://blog.csdn.net/weixin_42343424/article/details/83864723

快速搭建Jenkins集群

https://segmentfault.com/a/1190000021031937


Jenkins中文文档文章列表

https://www.w3cschool.cn/jenkins/list?page=1

kubernetes中部署Jenkins并简单使用

https://www.cnblogs.com/coolops/p/13129955.html


gitlab启用https

https://www.cnblogs.com/xieshuang/p/8488458.html

https://zhuanlan.zhihu.com/p/78707564


sonarqube https代理配置

https://www.linuxea.com/1859.html

Jenkins Post build task

https://plugins.jenkins.io/postbuild-task

https://wiki.jenkins.io/pages/viewpage.action?pageId=38928638

你可能感兴趣的:(【DevOps】GitLab + Jenkins + SonarQube 的安装配置)