How to get a list of installed Jenkins plugins with name and version pair

前端 未结 21 2224
误落风尘
误落风尘 2020-11-30 17:14

How can I get a list of installed Jenkins plugins?

I searched the Jenkins Remote Access API document, but it was not found. Should I use Jenkins\' CLI? Is there a d

21条回答
  •  再見小時候
    2020-11-30 17:41

    The Jenkins CLI supports listing all installed plugins:

    java -jar jenkins-cli.jar -s http://localhost:8080/ list-plugins

提交回复
热议问题