iOS開發 jenkins(DRYPlugin)+PMD/CPD 檢測重複代碼

來源:互聯網
上載者:User
1、搭建 jenkins 

參考:http://blog.csdn.net/xiaofei125145/article/details/51144827?locationNum=1 2、安裝 DRY 外掛程式

DRY Plug-in


3、下載 PMD

https://sourceforge.net/projects/pmd/files/pmd/
4、解壓PMD並放置到 指定目錄下

我放置到了 ~/PMD/ 目錄下 5、建立並配置 jenkins 項目  1 自由式饒舌的軟體項目 2 配置好 svn 或者 git 倉庫地址 3 添加構建步驟

Execute shell

export HEAPSIZE=4096m~/PMD/pmd-bin-5.5.1/bin/run.sh cpd --minimum-tokens 100  --format xml --language ObjectiveC --encoding UTF-8 --files Pods --skip-duplicate-files > cpd.xml || exit 0


請不要直接 copy shell 代碼,看不懂該shell代碼的同學參看 

PMD/CPD 使用協助文檔連結

https://pmd.github.io/pmd-5.5.1/usage/cpd-usage.html


4 添加構建後操作並配置 Duplicate code results 目錄,注意參考 構建shell 中的 我配置的內容請看圖

> cpd.xml

選擇  Publish duplicate code analysis results (如果沒有安裝 jenkins  dry 外掛程式,健不會有這個 選項)


配置好之後如圖:








PMD/CPD 使用協助文檔連結

https://pmd.github.io/pmd-5.5.1/usage/cpd-usage.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.