发布于 2017-04-17 03:26:19 | 93 次阅读 | 评论: 0 | 来源: 网友投递
Jenkins 持续集成引擎
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。
Jenkins 2.55 发布了,Jenkins 是一个可扩展的持续集成引擎,本次更新如下:
Packaging: Debian package now requires Java 8. (causes regression since 2.54). (issue 43495)
Added fine-grain logging of FullDuplexHttpService
to diagnose issues when establishing an HTTP Duplex connection. (pull 2481)
Update LibZFS from 0.5 to 0.8 to fix compatibility issues with ZFS filesystem and illumos distributions. (issue 41932)
Before deleting jobs, try to abort the running builds. Error will be thrown instead of the job deletion if its builds cannot be aborted. (issue 35160)
Ensure that Cloud.PROVISION
is properly initialized during the configuration loading. (issue 37616)
Fix log message formatting when migrating `AllView` names due to JENKINS-38606". (issue 43611)
Setup wizard gets into bad state when failures like network issues happen. (issue 41778)
Catch and log RuntimeException
in Computer#setNode()
when updating the Computer list. (issue 42043)
SSH CLI client authenticator 1.4. Add missing SSH Public Key field validation in user configuration. (issue 16337)
Internal API: SSH CLI client authenticator 1.3. Expose PublicKeySignatureWriter
to plugins. (pull 2840)