jenkins+sonar 配置

1、安裝sonar5.5

 

1.在mysql中建立sonar數據庫mysql

 

2.官網下載地址linux

http://www.sonarqube.org/downloads/sql

 

下載數據庫

cd /home/kangxzhbash

wget https://akamai.bintray.com/f6/f61d342cc266d188007c59f6e7bd34d4f4ac4eec455759d71be73df35e5b6e84?__gda__=exp=1463035157~hmac=ffac1cf9d5d3f5a51e20f1efa51de0ad1b6af24e25f2a60ba128c96410bc1176&response-content-disposition=attachment%3Bfilename%3D%22sonarqube-5.5.zip%22&response-content-type=application%2Fzipapp

 

下載文件重命名爲sonar.zipui

 

在命令行中解壓url

 

unzip sonar.zipspa

 

編輯~/.bashrc_profile插件

SONAR_HOME=/home/kangxzh/sonarqube-5.5

export $PATH $SONAR_HOME

 

修改$SONAR_HOME/conf/sonar.properties

 

sonar.jdbc.username=root

sonar.jdbc.password=onceas

sonar.jdbc.url=jdbc:mysql://192.168.1.216:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance

 

執行啓動命令

/home/kangxzh/sonarqube-5.5/bin/linux-x86-64/sonar.sh start

 

默認訪問地址爲:

http://localhost:9000

 

2、配置jenkins2.3

 

安裝插件

Jenkins--》系統管理--》管理插件--》過濾SonarQube Plugin

 

直接進行安裝

 

1.配置sonar server

Jenkins--》系統設置--》SonarQube servers

 

注:Server URL切記加上http://,不能只輸入IP地址加端口,不然會提示不能鏈接(這個問題讓我糾結了一個小時)

Server authentication token項須要在sonar server端生成

訪問sonar server端

菜單--》配置--》權限--》用戶--》TOKENS--》Generate 生成token,將生成的複製到Server authentication token

 

2.配置sonar scnner

系統管理--》Global Tool Configuration

 

使用自動安裝,選擇版本

 

配置項目

選擇本身的project--》配置--》add pre-build step

 

Properties能夠是項目根目錄中建立一個文件或者在下面Analysis Properties中書寫

相關文章
相關標籤/搜索