[英]How to install TFS plugin on jenkins?
我想在 jenkins 上安装 TFS 插件,但我无法通过管理 jenkins 部分来完成,因为我公司的网络不允许我这样做。 您能否建议我如何手动下载插件并将其添加到 jenkins 文件夹中?
提前致谢
If you are talking about: https://github.com/jenkinsci/tfs-plugin , then you can try to download the tfs.hpi
file from Github (The latest release is currently 5.157.1
) and then manually install the plugin in Jenkins:
管理 Jenkins >管理插件>高级>上传插件和 select 之前下载的插件文件(确保首先正常安装 git-plugin,以便所有其他依赖项都到位)。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.