Jenkins 2.15 发布了,Jenkins 主要用于持续、自动地构建/测试软件项目,如CruiseControl与DamageControl,监控一些定时执行的任务。
主要改进记录如下:
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/