CI/CD with Jenkins – Part 6: SonarQube integration with Jenkins Pipeline for code analysis
In this tutorial, we are going to configure the declarative pipeline with SonarQube. Create repositories and upload project code to Gitlab Create two repositories in GitLab, one is for backend code, another is for frontend code. upload code to each repository. For Project code, you can download from Here. Click new button to create a …