I’m hitting a problem with the Sonar scanner for Jenkins, whereby if you use it solely to provide credentials for the Web API it’ll leave warnings in the logs. I’ve actually seen this cause failing builds too, if no workspace is present.
The issue was raised as a feature request here, where it can be seen to be affecting other users:
The fix ended up being straightforward, and provides other advantages (for instance, it will not mark builds as having been scanned if the only interaction is via the API, which I am using to pull details of existing issues for other CI purposes). A PR was raised here:
However, I’m not sure how to get attention on this/have a reviewer look at it etc. What is the correct procedure to get this merged?