Team Foundation Server plugin is not available in Jenkins

南笙酒味 提交于 2021-02-05 12:09:31

问题


The Team Foundation Server plugin is not available in Jenkins. The Jenkins official page shows the message:

Distribution of this plugin has been suspended due to unresolved security vulnerabilities

Is there any alternative to this plugin using which I can integrate Team Foundation Server with Jenkins?


回答1:


MS have effectively abandoned support for TFVC and for the plugin.

You can still grab the plugin from the GitHub TFS pulgin releases page and upload manually. ({JENKINS_URL}/pluginManager/advanced ). You may have to reconcile any dependencies manually.

MS recommended alternative is the tf command line from a shell step (brutal).

ps: aside from the vulnerability (SECURITY-1506 / CVE-2020-2249 ), it does not meet the OSI open source license requirements - INFRA-2751 to be made available via the plugins site.



来源:https://stackoverflow.com/questions/65157509/team-foundation-server-plugin-is-not-available-in-jenkins

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