发布于 2016-07-19 23:46:59 | 95 次阅读 | 评论: 0 | 来源: 网友投递
Jenkins 持续集成引擎
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。
Jenkins 2.14 发布了,
本次发布主要改进如下:
Minor optimization in calculation of recent build stability health report. (issue 36629)
Underprivileged users were unable to use the default value of a password parameter. (issue 36476)
Allow keeping builds forever with custom build retention strategies. (issue 26438)
Properly handle exceptions during global configuration form submissions when SCM Retry Count
field is empty. (issue 36387)
When a user aborts the build, this user may be restored after its deletion. (issue 36594)
Prevent potential NullPointerException
in the BlockedBecauseOfBuildInProgress
build blockage cause visualization. (issue 36592)
CLI commands quiet-down
and cancel-quiet-down
were extracted from the core to CLI. (issue 35423)
Developer API: Extract listing of computer names to the ComputerSet#getComputerNames()
method. (issue 35423)
Developer API: Add a try with resources form of impersonation. (issue 36494)
Developer API: Usage of ItemCategory#MIN_TOSHOW
in external plugins is now restricted. (issue 36593)
下载地址:https://jenkins.io/