内容简介:Jenkins Jenkins 2.132 已发布,更新内容主要是修复 bug: Don't log warnings when SHA-256 checksums are provided (but SHA-512 are not) for plugin downloads. (pull 3546) Whitelist java.time.Ser f...
Jenkins Jenkins 2.132 已发布,更新内容主要是修复 bug:
Don't log warnings when SHA-256 checksums are provided (but SHA-512 are not) for plugin downloads. (pull 3546)
Whitelist
java.time.Serfor use in XStream (XML serialization) and Remoting (agent communication). (issue 52534)Don't fail to archive artifacts when attributes cannot be preserved, instead log a message and proceed without preserving attributes (regression in 2.120). (issue 52325)
enkins 是一个可扩展的持续集成引擎,前身是 Hudson。主要用于:
持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl。
监控一些定时执行的任务。
源码下载 https://github.com/jenkinsci/jenkins/releases/tag/jenkins-2.132
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++沉思录
Andrew Koenig、Barbara Moo / 黄晓春、孟岩(审校) / 人民邮电出版社 / 2002-11-01 / 50.00元
《C++ 沉思录》集中反映了C++的关键思想和编程技术,不仅告诉你如何编程,还告诉你为什么要这样编程。本书曾出现在众多的C++专家推荐书目中。 这将是C++程序员的必读之作。因为: 它包含了丰富的C++思想和技术,从详细的代码实例总结出程序设计的原则和方法。 不仅教你如何遵循规则,还教你如何思考C++编程。 既包括面向对象编程也包括泛型编程。 探究STL这一近年来C++最重要的新成果的内在思想。一起来看看 《C++沉思录》 这本书的介绍吧!