发布于 2016-10-24 08:56:00 | 89 次阅读 | 评论: 0 | 来源: 网友投递
Jenkins 持续集成引擎
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。
Jenkins 2.27 发布了。Jenkins 主要用于持续、自动地构建/测试软件项目,如CruiseControl与DamageControl,监控一些定时执行的任务。更新内容:
Upgrade to the Remoting 3 baseline. Compatibility notes are available here. (issue 37564)
Remoting 3.0: New JNLP4-connect protocol, which improves performance and stability compared to the JNLP3-connect protocol. (issue 36871)
Remoting 3.0: Agents using slave.jar
now explicitly require Java 7. (issue 37565)
Prevent deadlocks during modification of node executor numbers (e.g. during deletion of nodes). (issue 31768)
Add missing internationalization support to ResourceBundleUtil
. It fixes internationalization in Blue Ocean and Jenkins Design Language. (issue 35845)
Internal: Make the code more compatible with Java 9 requirements and allow its editing in newest NetBeans versions with NB bug 268452. (pull 2595)
Internal: Icon handling API for items. Deprecate TopLevelItemDescriptor#getIconFilePathPattern()
and switch to IconSpec
. (issue 38960)
下载地址: