© 2026 Hashnode
https://github.com/user-attachments/assets/b93fa528-6778-4c97-94ee-6e36c7f4fa8e Project Overview This project outlines the step-by-step process of setting up a CI/CD pipeline using GitHub Actions. It shows how to automate an application's build, tes...

Today, in this post, I’ll walk you through how I created a new SonarQube user, granted all necessary privileges, added the user to groups, assigned admin rights, and integrated them into Jenkins for seamless code scanning. Create new user on Sonarqub...

SonarQube 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...

Hey everyone! In this blog post, I'll show you how to create a Jenkins pipeline that integrates with SonarQube for automated code quality checks. Step 1: Prerequisites – Jenkins and SonarQube Integration Before we get started with the pipeline, make ...
