Jenkins 2.24 和 2.19.1 发布了。
Jenkins 主要用于持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl,监控一些定时执行的任务。
2.24更新如下:
Show notification with popup on most pages when administrative monitors are active. (issue 38391)
Allow disabling/enabling administrative monitors on Configure Jenkins form. (issue 38301)
Ensure exception stacktrace is shown when there's a FormException. (pull 2555)
Add new
jenkins.model.Jenkins.slaveAgentPortEnforce
system property, which prevents slave agent port modification via Jenkins Web UI and form submissions. (PR #2545)Indicate hovered table row on striped tables. (issue 32148)
Decrease connection timeout when changing the JNLP agent port via Groovy system scripts. (issue 38473)
Added Serbian locatization. (PR #2554)
Exclude /cli URL from CSRF protection crumb requirement, making the CLI work with CSRF protection enabled and JNLP port disabled. (issue 18114)
Prevent instatination of
jenkins.model.Jenkins
on agents in theProcessKillingVeto
extension point. (issue 38534)Fix handling of the
jenkins.model.Jenkins.slaveAgentPort
system property, which was not honored. (issue 38187, regression in 2.0)CLI: Disable the channel message chunking by default. Prevents connection issues like
java.io.StreamCorruptedException: invalid stream header: 0A0A0A0A
. (issue 23232)CLI: Connection over HTTP was not working correctly. (issue 34287, regression in 2.0)
2.19.1更新如下:
Fixed the missing icon in the System Script console. (issue 37814)
Fixed background color in the
ComboBoxList
element in order to make options visible. (issue 37549)Fixed editing default view description with automatic refresh. System message is not being displayed instead of the view description. (issue 37360)
Do not process
null
CRON specifications in build triggers. (issue 36748, enhances fix in 2.15)Setup wizard now checks if the restart is supported on the system before displaying the restart button. (issue 33374)
Test Windows junctions before Java 7 symlink in symbolic link checks. (issue 29956)
请查看发行日志2.24 和 发行日志2.19.1保持时刻关注。
下载地址:
2.24
2.19.1