Sonar, Maven, Jenkins, MySQL - Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' Sonar, Maven, Jenkins, MySQL - Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' jenkins jenkins

Sonar, Maven, Jenkins, MySQL - Cannot create JDBC driver of class 'com.mysql.jdbc.Driver'


Just found the problem.

In Jenkins the Sonar database URL was set to

http://192.168.1.221:3306/sonar

Now I set it to the WHOLE JDBC-URL (including jdbc: ...) just like in the sonar.properties file... and now it works.