I already found that part of the documentation. That is clearly doing something “magic” to detect the current “context” (project, branch, commit ID, merge request, etc.) - I just want to know what those variables are, so I can use the SonarQube-GitLab integration from other CI solutions (Jenkins, TeamCity, etc.)
Sorry to be dense, but I’m confused. You want to know the names of the GitLab envvars so you can use them in other CI environments? If I’m reading that right, I’m pretty sure Jenkins is going to have differently named envvars than GitLab does…?