首页 > 代码库 > Jenkins 可扩展的持续集成引擎
Jenkins 可扩展的持续集成引擎
Jenkins 2.20 发布了,勤快学qkxue.net发现Jenkins 主要用于持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl,监控一些定时执行的任务。
详细更新如下:
Make
Cloud.PROVISION
permission independent fromJenkins.ADMINISTER
. (issue 37616)Allow the use of custom JSON signature validator for Update Site metadata signature checks. (issue 36537)
Do not process
null
CRON specifications in build triggers. (issue 36748, enhances fix in 2.15)Setup wizard now checks if the restart is supported on the system before displaying the restart button. (issue 33374)
Test Windows junctions before Java 7 symlink in symbolic link checks. (issue 29956)
Fixed background color in the
ComboBoxList
element in order to make options visible. (issue 37549)Fixed editing default view description with automatic refresh. System message is not being displayed instead of the view description. (issue 37360)
Fixed process tree management logic on Solaris with 64-bit JVMs. (issue 37559)
官方更新日志:
https://jenkins.io/changelog/
下载地址:
Source code (zip)
Source code (tar.gz)
https://jenkins.io/
Jenkins 可扩展的持续集成引擎