问题描述
Team Foundation Server插件在Jenkins中不可用. Jenkins官方页面显示以下消息:
The Team Foundation Server plugin is not available in Jenkins. The Jenkins official page shows the message:
此插件是否可以将Team Foundation Server与Jenkins集成在一起?
Is there any alternative to this plugin using which I can integrate Team Foundation Server with Jenkins?
推荐答案
MS实际上已经放弃了对TFVC和插件的支持.
MS have effectively abandoned support for TFVC and for the plugin.
您仍然可以从 GitHub TFS pulgin 发布页面并上传该插件手动. ({JENKINS_URL}/pluginManager/advanced
).您可能必须手动调整所有依赖项.
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推荐的替代方法是Shell步骤(残酷)中的tf
命令行.
MS recommended alternative is the tf
command line from a shell step (brutal).
ps:除了漏洞( SECURITY-1506 /CVE-2020-2249 ),则不符合 OSI开源许可证要求-INFRA-2751 可通过插件网站使用.
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.
这篇关于Team Foundation Server插件在Jenkins中不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!