发布于 2016-07-25 23:56:18 | 72 次阅读 | 评论: 0 | 来源: 网友投递
Jenkins 持续集成引擎
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。
Jenkins 2.15 发布了,
主要改进记录如下:
Tell browsers not to cache or try to autocomplete forms in Jenkins to prevent problems due to invalid data in form submissions. From now on, only select form fields (e.g. job name) will offer autocompletion. (issue 18435)
Add a cache for user information to fix performance regression due to SECURITY-243. (issue 35493)
Prevent null pointer exceptions when not entering a cron spec for a trigger. (issue 36748)
Defend against some fatal startup errors. (issue 36666)
Use the icon specified by the computer implementation on its overview page. (issue 36775)
Internal: Extract the CLI command offline-node from core. (issue 34468)
下载地址:https://jenkins.io/