0
我正在嘗試將聲納與Jenkins安裝集成在一起。在我的Jenkins中,我有兩個項目:一個Php項目和一個Java項目。我也有兩個數據庫爲每個projet:sonar_ezpublish和sonar_genolims。爲兩個數據庫配置聲納
我安裝SonarQube 5.6和蔡司鏡頭亞軍3.0.3。 我怎樣才能配置我的sonar.properties兩個數據庫?
我的第一個數據庫的conf:
sonar.jdbc.username=username
sonar.jdbc.password=password
#----- PostgreSQL 8.x/9.x
# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000
sonar.jdbc.url=jdbc:postgresql://localhost/sonar_ezpublish
感謝您的快速回答。通過配置兩個實例,您的意思是我必須下載另一個sonarQube,並使其在端口9001上運行?對於這個愚蠢的問題抱歉,我從sonarQube開始。 –
@TeddyKossoko這聽起來像你比真的適合於StackOverflow的格式更大/更復雜的問題。我建議你在[SonarQube Google羣組]中(https://groups.google.com/forum/?pli=1#!forum/sonarqube)開始一個新主題。 –