Does all the plugins present in the avaliable tab compatible with the version of master jenkins?

安稳与你 提交于 2021-02-11 17:15:02

问题


Say if I have 2 Jenkins master

A: Jenkins version2.22 B: Jenkins version 2.35

So when I go to manage Jenkins --> manage plugins I see available plugins. Does that mean that all the plugins listed in available plugins are compatible with that particular version of Jenkins?

For Eg: Available plugins in Jenkins master A are compatible with 2.22 versions of Jenkins. and Available plugins in Jenkins master B are compatible with 2.35 version Jenkins.


回答1:


Jenkins shows the latest plugins' versions be default.

To show plugins matching your jenkins version you need to go Manage jenkins -> manage plugins -> advanced and change URL in "Update Site". For me it looks like https://updates.jenkins.io/stable-2.235/update-center.json

You can check https://updates.jenkins.io/ for json files available for your version.



来源:https://stackoverflow.com/questions/63131362/does-all-the-plugins-present-in-the-avaliable-tab-compatible-with-the-version-of

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!