Ankit Rajcommunity-branch-plugin-in-sonarqube.hashnode.dev·Nov 27, 2024🚀 Step-by-Step Guide to Community Branch Plugin in SonarQubeSonarQube is a powerful tool for code quality and security. With the Community Branch Plugin, you can extend its functionality to include branch analysis, even in the Community Edition. Let's walk through setting up this tool with Jenkins in a Docker...Jenkins
saurabh davesaurabhdave.hashnode.dev·Jul 1, 2024Building Jenkins CICD pipeline with Slack Notification : Using Maven, Sonarqube, AWS ECSHaving a cicd pipeline to do your work reduces the stress significantly. So, recently I created a CICD project where I deployed the pipeline which Fetch's the code, Build it, test it using Maven, Analysis the code quality by Sonarqube, build's the Do...Jenkins
Mohd Shahidmantratech.hashnode.dev·Sep 26, 2023Integrating SonarQube with Jenkins for Continuous Code Quality AnalysisIn the realm of software development, maintaining high code quality is paramount. Code quality affects not only the reliability and maintainability of your software but also plays a significant role in security and performance. To ensure consistent c...44 readsJenkins Projectsonarqube