Jenkins 2.19.2 发布了。Jenkins 主要用于持续、自动地构建/测试软件项目,如CruiseControl与DamageControl,监控一些定时执行的任务。
该版本暂未找到更新内容,详情请查看提交记录
上版本2.28更新内容如下:
Performance: Improve responsiveness of Jenkins web UI on mobile devices. (issue 39172)
Print warnings if none of Tool Installers can be used during the tool installation. (issue 26940)
Update the minimal required versions of the detached Maven Project plugin from
2.7.1
to2.14
. Changelog is available here. (pull 2606)Update the minimal required versions of the detached JUnit plugin from
1.2-beta-4
to1.6
. Changelog is availablehere. (pull 2606))Relax requirements of the JNLP connection receiver, which was rejections connections from agents not using
JNLPComputerLauncher
(e.g. from Slave Setup, vSphere Cloud and other plugins). No the connection is accepted from launchers implementing other proxying and filteringLauncher
implementations. Particular plugins may require setting up thejenkins.slaves.DefaultJnlpSlaveReceiver.disableStrictVerification
system property in the master JVM to allow connecting agents. (issue 39232, regression in 2.28)Prevent resource leak in
hudson.XmlFile#readRaw()
in the case of encoding issues. (issue 39363)Prevented endless loop in
LargeText.BufferSession.skip()
, which was causing hanging of Pipeline jobs in corner cases. (issue 37664)Internal: Upgrade Stapler library from
1.243
to1.246
with fixes required for the Blue Ocean project. More details are coming soon. Raw changes are listed here. (pull 2593)Internal: Start defining APIs that are for the master JVM only. (issue 38370)
Internal: Update Guice dependency from
4.0-beta
to4.0
. This change required upgrade of detached plugins (see above). (pull 2568)
下载地址: