内容简介:Jenkins 2.136 发布了,Jenkins 是一个可扩展的持续集成引擎,其前身是 Hudson,它主要用于: 持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl。 监控一些定时执行的任务。 更新如下: Add a ...
Jenkins 2.136 发布了,Jenkins 是一个可扩展的持续集成引擎,其前身是 Hudson,它主要用于:
持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl。
监控一些定时执行的任务。
更新如下:
Add a new CLI command
enable-pluginto enable one or more installed plugins and optionally restart Jenkins. (issue 52822)Update JNA from 4.2.1 to 4.5.2 to add support for s390x. (issue 52771)
Some types of builds, like pipelines, would sometimes run concurrently even when that was disabled. (issue 41127)
Legacy API token monitoring did not work correctly for users with id
null. (issue 52441)Launcher.ProcStarter.stdout(TaskListener)did not properly send its argument over a Remoting channel to an agent. (issue 52729)Developer: Add
EnvironmentVariablesNodeProperty#getEnv()for better Configuration-as-Code support. (issue 52794)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Spring 源码(八):扩展点之 mybatis 集成
- Jenkins 2.64 发布,可扩展的持续集成引擎
- Jenkins 2.65 发布,可扩展的持续集成引擎
- Jenkins 2.76 发布,可扩展的持续集成引擎
- Jenkins 2.94 发布,可扩展的持续集成引擎
- Jenkins 2.62 发布,可扩展的持续集成引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
图论算法理论、实现及应用
王桂平//王衍//任嘉辰 / 北京大学 / 2011-1 / 54.00元
《图论算法理论、实现及应用》系统地介绍了图论算法理论,并选取经典的ACM/ICPC竞赛题目为例题阐述图论算法思想,侧重于图论算法的程序实现及应用。《图论算法理论、实现及应用》第1章介绍图的基本概念和图的两种存储表示方法:邻接矩阵和邻接表,第2~9章分别讨论图的遍历与活动网络问题,树与图的生成树,最短路径问题,可行遍性问题,网络流问题,支配集、覆盖集、独立集与匹配,图的连通性问题,平面图及图的着色问......一起来看看 《图论算法理论、实现及应用》 这本书的介绍吧!