How to list all unused jenkins plugins?

后端 未结 3 666
死守一世寂寞
死守一世寂寞 2021-02-19 02:14

I am looking for method to check which jenkins plugins are not used. So far I found that I can look for tags in config.xml file with attribute plugin then comp

3条回答
  •  时光取名叫无心
    2021-02-19 02:58

    If you need to check the list of installed but disabled plugins you can check Installed tab in plugin manager.

    Unchecked are the ones that are disabled.

    Jenkins installed plugin list

提交回复
热议问题