Jenkins與Sonarqube集成
本文介紹如何實(shí)現(xiàn)Jenkins與Sonarqube集成實(shí)現(xiàn)jerkins構(gòu)建maven和Vue項(xiàng)目時(shí)掃描代碼并將分析結(jié)果上報(bào)到Soanrqube服務(wù)。
成都創(chuàng)新互聯(lián)公司是專業(yè)的揭陽網(wǎng)站建設(shè)公司,揭陽接單;提供成都網(wǎng)站制作、成都做網(wǎng)站,網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行揭陽網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
參考:Jenkins: SonarQube Docs | SonarScanner for Jenkins
maven或gradle項(xiàng)目
Jenkins安裝并配置SonarQube Scanner插件
- 在Jenkins儀表盤,導(dǎo)航到Manage Jenkins >Manage Plugins安裝SonarQube Scanner 插件;
- 回到Jenkins儀表盤,從左側(cè)導(dǎo)航欄導(dǎo)航到Credentials >System ;
- 在系統(tǒng)表中點(diǎn)擊全局憑據(jù)Global credentials (unrestricted) 鏈接;
- 在左側(cè)導(dǎo)航欄點(diǎn)擊添加憑據(jù)Add credentials并填寫如下信息:
a. 種類Kind:Secret Text
b. 范圍Scope:Global
c. Secret:在SonarQube中的User >My Account >Security中生成一個(gè)token,然后復(fù)制并粘貼到此處。 - 點(diǎn)擊OK。
- 在Jenkins儀表盤,導(dǎo)航到 Manage Jenkins >Configure System
- 在SonarQube Servers部分,點(diǎn)擊Add SonarQube,添加如下信息:
a. Name: 為SonarQube實(shí)例提供一個(gè)唯一的名稱
b. Server URL: SonarQube實(shí)例
c. Credentials: 選擇在第4步創(chuàng)建的憑據(jù) - 點(diǎn)擊Save。
分析Java項(xiàng)目 - Maven或Gradle
全局配置
- 使用管理員登錄Jenkins,導(dǎo)航到Manage Jenkins >Configure System
- 滾動(dòng)到SonarQube servers部分,點(diǎn)擊 Enable injection of SonarQube server configuration as build environment variables
作業(yè)配置 - 在任務(wù)配置的環(huán)境構(gòu)建Build Environment 部分;
- 啟用 Prepare SonarQube Scanner environment 以允許將SonarQube服務(wù)器值注入此特定作業(yè)。如果配置了多個(gè)SonarQube實(shí)例,您可以選擇使用哪個(gè)實(shí)例。一旦環(huán)境變量可用,就可以通過設(shè)置要包含的目標(biāo)在標(biāo)準(zhǔn)Maven構(gòu)建步驟(調(diào)用頂級(jí)Maven目標(biāo))中使用它們,或者通過設(shè)置要執(zhí)行的任務(wù)在標(biāo)準(zhǔn)Gradle構(gòu)建步驟(使用Gradle腳本)中使用它。
- 在 build 部分,在Global and Options 中追加SonarQube的特定變量。
maven:
$SONAR_MAVEN_GOAL
gradle:
sonarqube
Vue項(xiàng)目
全局配置
以管理員角色登錄Jenkins,導(dǎo)航到Manage Jenkins(系統(tǒng)管理) >Global Tool Configuration(全局工具配置)
滾動(dòng)到SonarScanner配置部分,點(diǎn)擊新增SonarScanner。選擇自動(dòng)安裝,選擇需要安裝的版本。
點(diǎn)擊保存。
作業(yè)配置
- 在作業(yè)配置項(xiàng),轉(zhuǎn)到build構(gòu)建部分;
- 在build構(gòu)建部分,增加構(gòu)建步驟:Executer SonarQube Scanner
- 配置SonarQube屬性??梢灾付▽傩晕募部梢灾苯釉贏nalysis properties 中添加。
注??:如果遇到 Error during SonarScanner execution ERROR: Tasks support was
removed in SonarQube 7.6. 問題,將上方圖中 Task to run 清空即可。
至此配置完成?。
在已配置的項(xiàng)目,點(diǎn)擊構(gòu)建項(xiàng)目,在構(gòu)建項(xiàng)目的過程中SonarQube會(huì)自動(dòng)掃描代碼并將分析結(jié)果上報(bào)到SonarQube服務(wù)中,管理人員可以登錄SonarQube服務(wù)查看結(jié)果。
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購,新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧
網(wǎng)站名稱:Jenkins與Sonarqube集成-maven和vue項(xiàng)目-創(chuàng)新互聯(lián)
URL標(biāo)題:
http://weahome.cn/article/doopce.html