Hello,
We use sonarqube with jenkins and it is very useful. Lately we get some odd authentication errors on new branches in the same svn repository when we use the svn blame function. The same jobs run properly for existing branches. From running the sonar-runner online it looks as though the user and password are getting passed in but the authentication fails for these new branches. There is some svn authentication but it is all pretty global, the permissions are defined for all branches, not for specific ones.
For the new branches we get the following errors:
ERROR: Error during SonarQube Scanner execution
java.lang.IllegalStateException: Error when executing blame for file
Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: E170001: Authentication required for Repository'
Any advice would be appreciated,
Thank you,
Gordon