🗃️ Preparation Materials
2 items
📄️ Installation Guide
📄️ Overview of CI/CD Pipeline
Overall Structure
📄️ Jenkins Dev Pipeline
developWhen pushing a branch, Jenkins automatically builds and K8sdevDeploying to the namespace.
📄️ Azure Pipeline (master branch)
masterThis is an Azure DevOps pipeline responsible for branch pushing and PR builds. After the build, it performs static analysis with SonarQube, and if successful, pushes the image to ACR.
📄️ Pre-SonarQube Local Validation Guide
Run a local SonarQube quality check before submitting a PR to prevent Azure Pipeline failures.
📄️ Dev Manual Deployment Guide
Used when the Jenkins pipeline is not working or when there is an urgent need to deploy only a specific module.