SonarQube integration with oracle database

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.

Hi Dhruba,

Welcome to the community!

Those are only warnings ("WARN"), not errors. They’re telling you you no longer need to configure the database-related properties on the Jenkins side. You could simply ignore these warnings, or you could delete the DB configuration values from your Jenkins configuration.

FWIW, those inputs were left in place at the last update for backward compatibility, but it’s probably time they were removed.

 
Ann