简体   繁体   English

Jenkins中插件的动态更新

[英]Dynamic update of plugins in Jenkins

Recently I used Jenkins and found that the plugins are dynamic. 最近我使用Jenkins并发现插件是动态的。 In the sense, we don't need to restart the Jenkins server. 从某种意义上说,我们不需要重启Jenkins服务器。 So I had a doubt, how does the plugins which are currently being used get updated dynamically? 所以我有一个疑问,当前使用的插件如何动态更新? Will the processes using that plugin get stopped for some moment while the plugin gets updated (or) will the plugin get updated later when no processes are using them? 使用该插件的进程是否会在插件更新时停止片刻(或)插件是否会在没有进程使用它们时更新?

Thanks in advance. 提前致谢。

Plugins can be INSTALLED dynamically (no process is currently using them), but they cannot be UPDATED dynamically (because memory and processes are probably actively using them). 插件可以动态安装(当前没有进程使用它们),但它们不能动态更新(因为内存和进程可能正在积极使用它们)。 Updated plugins are downloaded, but won't be installed until the next Jenkins restart. 已下载更新的插件,但在下次Jenkins重新启动之前不会安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM