Team Foundation Server plugin is not available in Jenkins
Answer a question
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?
Answers
MS have effectively abandoned support for TFVC and for the plugin.
You can still grab the plugin from the GitHub TFS plugin 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.
2021-03-30 It appears the OSI licensing issue has been resolved but the plugin will not be added until the security issue is resolved.
更多推荐
所有评论(0)