Reputation: 1480
While configuring SonarQube Scanner as Devops(Jenkins),
do we need additional DB setup(like MySql,Oracle,postgresql) necessarily ?
What will be disadvantage if we will work with SonarQube scanner own Data base?
If we really need additional Db, can some one please suggest some blog url or tutorial links which having good examples.
Thanks!
Upvotes: 0
Views: 58
Reputation: 22804
The SonarQube Scanner itself doesn't need a database. However, the SonarQube instance it talks to very much does. Before you can successfully use the SonarQube Scanner to analyze anything, you must first set up a SonarQube instance. The docs should help.
Upvotes: 1