简体   繁体   中英

Dynamic update of plugins in Jenkins

Recently I used Jenkins and found that the plugins are dynamic. In the sense, we don't need to restart the Jenkins server. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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