可扩展的持续集成引擎Jenkins v2.9 发布
Jenkins 2.3 发布了。Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。主要用于持续、自动地构建/测试软件项目,如CruiseControl与DamageControl。
更新日志
- Always send usage statistics over HTTPs to the new usage.jenkins.io hostname. (Issue 35641)
- Performance: Disable AutoBrowserHolder by default to improve the changelog rendering performance. (Issue 35098)
- Remoting 2.60: Make the channel reader tolerant against Socket timeouts. (Issue 22722)
- Remoting 2.60: Proper handling of the
no_proxy
environment variable. (Issue 32326) - Remoting 2.60: Do not invoke PingFailureAnalyzer for agent=>master ping failures. (Issue 35190)
- Remoting 2.60:
hudson.Remoting.Engine#waitForServerToBack
now uses credentials for connection. (Issue 31256) - Remoting 2.60: Fix potential file handle leaks during the build agent (FKA slave) startup. Issue 35190)
- Internal: Upgrade Groovy to 2.4.7 to finalize the fix in Jenkins 2.7. (Issue 34751)
- API: Allow delegating
TaskListener
creation to build agent implementations. (Issue 34923) - API: Restrict external usages of jenkins.util.ResourceBundleUtil. (Issue 35381)
- API: Make it easier for
UpdateSite
s to tweak the InstallationJob. (Issue 35402)
下载
正文到此结束