Fading Coder

One Final Commit for the Last Sprint

Setting Up GitLab and Jenkins for CI/CD Integration

Installing GitLab Obtaining GitLab Package Download the appropriate GitLab CE package from the Tsinghua University Open Source Mirror site: Index of /gitlab-ce/yum/el7/ Instaling Prerequisites Install required system dependencies: yum install -y curl policycoreutils-python openssh-server Enable and...

Building a Code Quality Pipeline with SonarQube and Jenkins

SonarQube Setup and Configuration SonarQube is an open-source platform for continuous code quality inspection. It analyzes source code across multiple programming languages including Java, C#, Go, C/C++, JavaScript, and Python through extensible plugins. The system integrates with various code analy...