Jenkins (軟件)
Jenkins是一款由Java編寫的開源的持續整合工具。在與Oracle發生爭執後,專案從Hudson專案復刻。
首次釋出 | 2011年2月2日[1] |
---|---|
目前版本 | 2.381(2022年12月4日 | )
原始碼庫 | |
程式語言 | Java |
平台 | Java 11, Java 17 |
類型 | 持續交付 |
特許條款 | MIT特許條款[2] |
網站 | www |
Jenkins提供了軟件開發的持續整合服務。它執行在Servlet容器中(例如Apache Tomcat)。它支援軟件組態管理(SCM)工具(包括AccuRev SCM、CVS、Subversion、Git、Perforce、Clearcase和RTC),可以執行基於Apache Ant和Apache Maven的專案,以及任意的Shell指令碼和Windows批次處理命令。Jenkins的主要開發者是川口耕介。[3]Jenkins是在MIT特許條款下釋出的自由軟件。[4]
可以通過各種手段觸發構建。例如提交給版本控制系統時被觸發,也可以通過類似Cron的機制排程,也可以在其他的構建已經完成時,還可以通過一個特定的URL進行請求。
歷史
編輯Jenkins的前身是Hudson專案。Hudson 2004年夏天始創於太陽電腦,2005年2月首次釋出於java.net。[5]
2007年前後,Hudson被稱為相對CruiseControl和其他開源的構建伺服器(Build Server)更好的選擇。[3][6]2008年5月的JavaOne大會上,Hudson成為「Duke選擇獎」開發人員解決方案分類的得主。[7]
在2010年11月,關於由誰主導來Hudson[8],該專案的主要貢獻者和Oracle之間展開談判。儘管在多個方面達成一致,爭議集中在是否把Hudson註冊為商標[9],後來Oracle聲明對Hudson的名字擁有權利,並在2010年12月申請將其註冊為商標。[10]因此,2011年1月11日,社群號召投票將專案名稱從「Hudson」變更為「Jenkins」。[11] 2011年1月29日,社群投票以壓倒多數批准通過該提案,建立Jenkins專案。[12][13]
2011年2月1日,Oracle表示他們打算繼續Hudson的開發,並認為Jenkins是Hudson的復刻,而非重新命名。[14]Jenkins和Hudson之後繼續作為兩個獨立的專案,均聲稱對方是自己的復刻。截至2013年12月,在GitHub上的Jenkins組織有567專案成員及約1100公共庫(public repository)[15],而Hudson組織有32個專案成員和17個公共庫[16]。
在2011年,建立者川口耕介收到了O'Reilly開源獎,獎勵其在Hudson/Jenkins專案上的工作。2014年,川口耕介成為CloudBees的技術長。[17]
外掛程式
編輯Jenkins的擴充外掛程式已經釋出,能使非Java語言編寫的專案也使用Jenkins。[18]對於大多數的版本控制系統和大的資料庫,有與Jenkins整合的外掛程式可用。許多構建(build)工具都是通過他們各自的外掛程式提供支援。外掛程式還可以改變Jenkins的外觀,或添加新的功能。
構建時可以生成各種格式的測試報告(JUnit是被內建支援的,別的格式則需通過外掛程式)。Jenkins可以顯示報表,生成趨勢圖,並在圖形化介面中呈現它們。
參見
編輯參考文獻
編輯- ^ Jenkins 1.396 released (頁面存檔備份,存於互聯網檔案館), The first release of Jenkins is posted, Kohsuke Kawaguchi
- ^ LICENSE.txt.
jenkinsci/jenkins
(source code repository). GitHub. 2008-02-12 (2011-09-11) [2016-10-18]. (原始內容存檔於2016-10-18). - ^ 3.0 3.1 Dyer, Dan. Why are you still not using Hudson?. New Adventures in Software. uncommons.org. 2008-09-05 [May 21, 2008]. (原始內容存檔於2012-04-26).
- ^ Kawaguchi, Kohsuke; et al. Use Hudson: License. [2011-01-30]. (原始內容存檔於2009-02-07).
- ^ Kawaguchi, Kohsuke. Hudson (PDF). [2013-06-28]. (原始內容 (PDF)存檔於2014-07-01).
- ^ Jay R. [user name]; Jeffery Frederick, Jonik, et al [user names]. What is the difference between Hudson and CruiseControl for Java projects?. Stack Overflow. [2011-01-17]. (原始內容存檔於2010-09-06).
- ^ Duboscq, Geneviève. 2008 JavaOne Conference: Duke's Choice Awards Winners for 2008. 2008 Java One Conference. java.sun.com. 2008 [2008-05-21]. (原始內容存檔於2012-04-26).
- ^ Who's driving this thing?. [January 31, 2011]. (原始內容存檔於2013-03-12).
- ^ Hudson Process Discussion Summary. [2011-01-31]. (原始內容存檔於2013-06-08).
- ^ Blewitt, Alex. Hudson Renames to Jenkins. InfoQ. [2011-02-08]. (原始內容存檔於2013-07-22).
- ^ Bayer, Andrew. Hudson's future. Jenkins CI: A Jenkins community resource. 2011-01-11 [2011-01-11]. (原始內容存檔於2016-03-17).
- ^ Bayer, Andrew. Rename Vote Results. Hudson-dev Google Group. 2011-01-29 [2011-01-29]. (原始內容存檔於2011-01-31).
- ^ Bayer, Andrew. Jenkins!. 2011-01-29 [2011-01-30]. (原始內容存檔於2016-03-09).
- ^ The Future of Hudson. Hudson-dev mailing list. [2011-02-02]. (原始內容存檔於2011-02-05).
- ^ Jenkins organisation on GitHub. [2013-01-22]. (原始內容存檔於2021-01-25).
Jenkins (jenkinsci),2009年7月21日加入,有1100餘公共庫(public repos.),567個成員
- ^ Hudson organisation on GitHub. [2013-01-22]. (原始內容存檔於2020-04-17).
Hudson CI Server (hudson),2011年2月1日加入,有17個公共庫(public repos.),32個成員
- ^ People on the Move. Boston Business Journal. [2014-01-31]. (原始內容存檔於2020-09-19).
- ^ Plugins. Jenkins Wiki. [2014-07-26]. (原始內容存檔於2016-12-05).