透過您的圖書館登入
IP:13.58.175.32
  • 學位論文

JCIS2:一個分散式持續整合系統

JCIS2:A Distributed Continuous Integration System

指導教授 : 鄭有進 謝金雲

摘要


在現今的軟體開發程序中,採用持續整合來降低整合錯誤的風險並提昇軟體品質已成為一種標準的作法。雖然在目前市面上有許多工具可支援持續整合,但專案的編譯與測試常相依於特定平台,例如只能在Windows或Linux上執行。若想要在每種特定平台上建立各自的持續整合環境,工作將非常繁雜且在維護管理上也十分不便。此外,持續整合的執行常會需要很長的時間,這些都會降低開發團隊的使用意願。但我們發在持續整合流程中其實有許多工作是可同時執行的,例如靜態程式碼分析與程式碼的編譯測試,若能平行執行這些工作,將可縮短整合時間。因此在本論文中我們利用JavaSpaces技術,實做一個分散式持續整合系統。藉由分散式運算,將持續整合流程切割成多個較小的子工作,分派到不同的電腦執行,藉此解決專案平台相依性問題並且有效的加快整合速度。

並列摘要


The present work extends a previously developed continuous integration system to support platform dependent builds and to reduce turnaround time by incorporating distributed computing capabilities. By adopting the Replicated-Worker Pattern as the distributed architecture and using JINI distributed technology as the means of implementation, both requirements are achieved. Experimental results in support of the claims are presented.

參考文獻


[4] Apache Maven, http://maven.apache.org/.
[8] GCC,The GNU Compiler Collection. http://gcc.gnu.org/.
[1] Apache Ant, http://ant.apache.org/.
[2] Apache Continuum, http://maven.apache.org/continuum/.
[3] Apache Gump, http://gump.apache.org/.

被引用紀錄


賴勇安(2014)。一個以移除未使用的程式碼改善軟體維護性的方法:以STF-CTP為例〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://doi.org/10.6841/NTUT.2014.00370
王智平(2011)。使用企業流程執行語言實現雲端持續整合服務供裝之方法〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://doi.org/10.6841/NTUT.2011.00335
王宣皓(2011)。雲端持續整合服務半自動供裝之設計與實作〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://doi.org/10.6841/NTUT.2011.00331
張勝雄(2009)。JCIS3:一個支援跨平台專案的持續整合系統〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://doi.org/10.6841/NTUT.2009.00062

延伸閱讀