java.lang.IllegalArgumentException: Invalid version format - Jenkins-SonarScanner plugin

@ganncamp
I was able to reproduce this problem. It happens if either the baseURL in SonarQube or the (SonarQube) serverURL in Jenkins ends with an ‘/’.

Error occurs if for example the URL is set to “http://sonar.example.com/” but not if it is “http://sonar.example.com”.

2 Likes