Hi Team,
I am using
sonarqube-6.7.4 ,sonar-runner-2.4 ,Oracle 12c ,Jenkins 2.7.2 , Linux os, Sonar plugin 2.0 HPI file for jenkin.
Created a job in Jenkins to build the Sonar report. Its working fine with embedded database.
I wanted to integrate with oracle database and configuring the db parameters in manage jenkins–>Configure system → Sonar Installation for the below parameters
Database URL
Database login
Database password
Database driver
But getting below errors during jenkins build means i am not able to integrate Database.
Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
17:14:37.031 WARN - Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
17:14:37.031 WARN - Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
If I configure the same thing in sonar.properties instead of configuring in Jenkins itself, Sonar server is getting down frequently and not able to start the jenkins build.
Could you please figure out the issues i am facing and help in resolving/integrating the with Oracle DB.
Thank you,
Dhruba.