Configuring Git Author Tracking in SonarQube
This guide covers how to configure GitLab, Azure DevOps, and Jenkins pipelines to show Git author information in SonarQube analysis.
Sonarqube Author Setup
Sonarqube Server Settings
1. Git Installation Check
2. CI/CD Setup
GitLab
stage: testAndSonar
image: oobeya.azurecr.io/...
variables:
GIT_DEPTH: "0"
script:
# ...Azure DevOps
Jenkins
Last updated