Jenkins 2.156 每周更新版发布,可扩展的持续集成引擎

  

Jenkins 2.156 发布了,这个系列不是 LTS 版本,它每周都会发布一个新版本,为用户和插件开发者提供错误修复和新功能。

本次更新内容如下

  •  User account creation by administrators did not show error messages when it failed. (Regression in 2.129) (issue 52869)

  •  Fix java.lang.IllegalStateException that could occur in rare cases on Jenkins startup. (issue 55197issue 55070)

  •  Attempt to prevent NoClassDefFoundError: javax/servlet/ServletException under some conditions on agents. (issue 26677)

  •  Update Remoting from 3.27 to 3.28 to fix some minor issues and enhance NO_PROXY options. (full changelogissue 47977issue 48778issue 49987issue 50730issue 51108issue 54005)

  •  Replace the Flash implementation of the "copy to clipboard" feature with the native JavaScript equivalent. (issue 54933)

  •  Login and signup pages redesigned in 2.129 now can receive style contributions (footer view for SimplePageDecorator) from multiple plugins. (issue 54325)

下载地址 https://jenkins.io/download/,其中提供了适用于 Windows 和主流 Linux 发行版的二进制安装包。

Jenkins 的前身 Hudson 是一个可扩展的持续集成引擎。

主要用于:

1.持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl。
2.监控一些定时执行的任务。

猜你喜欢

转载自www.oschina.net/news/102784/jenkins-2-156-released