发布于 2017-04-24 07:25:54 | 155 次阅读 | 评论: 0 | 来源: 网友投递
Jenkins 持续集成引擎
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。
Jenkins 2.56 发布了,Jenkins 是一个可扩展的持续集成引擎,本次更新如下:
【Bug】Plugins did not expect InvalidPathException to be thrown in file-related methods, so wrap them in IOException to restore behavior (regression in 2.55)
【Bug】Remove links in stack traces to the stacktrace.jenkins-ci.org service that has been shut down
【Bug】If an exception is thrown while rendering an HTTP response, just log the stack trace on the server side, without trying to send an error page to the client
【Bug】Prevent NullPointerException when a non-existent default view is specified in Configure System
【Bug】Deleting jobs with running builds could result in NullPointerException (regression in 2.55)
下载地址: